niri: remove XDG_RUNTIME_DIR in check phase
no longer necessary: https://github.com/YaLTeR/niri/commit/0226d9aec2fabc215c1bff8f7d37260370b5ad07
This commit is contained in:
@@ -103,10 +103,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
);
|
||||
};
|
||||
|
||||
preCheck = ''
|
||||
export XDG_RUNTIME_DIR=$(mktemp -d)
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||
versionCheckProgramArg = "--version";
|
||||
doInstallCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user