nixpkgs: 2025-01-28 -> 2025-02-07

This commit is contained in:
2025-02-08 11:52:44 +00:00
parent f6cddfb7e8
commit 77f62d247f
12 changed files with 93 additions and 66 deletions

View File

@@ -422,7 +422,8 @@ let
passthru = (prevAttrs.passthru or {}) // extraPassthru // {
checkSandboxed = runCommand "${pkgName}-check-sandboxed" {
preferLocalBuild = true;
nativeBuildInputs = [ bunpen file gnugrep ];
depsBuildBuild = [ bunpen ];
nativeBuildInputs = [ file gnugrep ];
buildInputs = builtins.map (out: finalAttrs.finalPackage."${out}") (finalAttrs.outputs or [ "out" ]);
} ''
# invoke each binary in a way only the sandbox wrapper will recognize,