Merge pull request #212304 from amjoseph-nixpkgs/pr/nix/enable-embedded-sandbox-shell

This commit is contained in:
Artturi
2023-01-28 11:42:12 +02:00
committed by GitHub
@@ -169,6 +169,8 @@ self = stdenv.mkDerivation {
"--disable-init-state"
] ++ lib.optionals stdenv.isLinux [
"--with-sandbox-shell=${busybox-sandbox-shell}/bin/busybox"
] ++ lib.optionals (atLeast210 && stdenv.isLinux && stdenv.hostPlatform.isStatic) [
"--enable-embedded-sandbox-shell"
] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform ? nix && stdenv.hostPlatform.nix ? system) [
"--with-system=${stdenv.hostPlatform.nix.system}"
] ++ lib.optionals (!withLibseccomp) [