niri: remove XDG_RUNTIME_DIR in check phase

no longer necessary:
https://github.com/YaLTeR/niri/commit/0226d9aec2fabc215c1bff8f7d37260370b5ad07
This commit is contained in:
sodiboo
2025-02-24 01:04:12 +01:00
parent 9a5de3bb1e
commit 5177d2e4b0
-4
View File
@@ -103,10 +103,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
);
};
preCheck = ''
export XDG_RUNTIME_DIR=$(mktemp -d)
'';
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
doInstallCheck = true;