niri: remove XDG_RUNTIME_DIR in check phase (#384634)

This commit is contained in:
Ramses
2025-02-24 17:19:13 +01:00
committed by GitHub
-4
View File
@@ -103,10 +103,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
);
};
preCheck = ''
export XDG_RUNTIME_DIR=$(mktemp -d)
'';
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
doInstallCheck = true;