Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cargo-seek: use versionCheckKeepEnvironment

Defelo 3daa8fdf 90917c52

+3 -7
+3 -7
pkgs/by-name/ca/cargo-seek/package.nix
··· 22 22 23 23 cargoHash = "sha256-DyXRbtvCJte7mCQKusipeikr981vMHPEVYcGSwVI5Kg="; 24 24 25 - nativeBuildInputs = [ 26 - pkg-config 27 - ]; 25 + nativeBuildInputs = [ pkg-config ]; 28 26 29 - buildInputs = [ 30 - openssl 31 - ]; 27 + buildInputs = [ openssl ]; 32 28 33 29 doInstallCheck = true; 34 30 nativeInstallCheckInputs = [ ··· 36 32 writableTmpDirAsHomeHook 37 33 ]; 38 34 versionCheckProgramArg = "--version"; 39 - versionCheckDontIgnoreEnvironment = true; 35 + versionCheckKeepEnvironment = [ "HOME" ]; 40 36 41 37 passthru.updateScript = nix-update-script { }; 42 38