Only pass --with-sandbox-shell on Linux
This commit is contained in:
@@ -16,6 +16,7 @@ rec {
|
||||
configureFlags =
|
||||
[ "--disable-init-state"
|
||||
"--enable-gc"
|
||||
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user