Commit 5177d2e4 authored by sodiboo's avatar sodiboo
Browse files

niri: remove XDG_RUNTIME_DIR in check phase

parent 9a5de3bb
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;