Unverified Commit 5b5bd967 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

niri: remove XDG_RUNTIME_DIR in check phase (#384634)

parents 7de47e0e 5177d2e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -103,10 +103,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
    );
  };

  preCheck = ''
    export XDG_RUNTIME_DIR=$(mktemp -d)
  '';

  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = "--version";
  doInstallCheck = true;