forked from lix-project/lix
Only pass --with-sandbox-shell on Linux
This commit is contained in:
parent
fe08d17934
commit
9bdb88ea6e
|
@ -16,6 +16,7 @@ rec {
|
|||
configureFlags =
|
||||
[ "--disable-init-state"
|
||||
"--enable-gc"
|
||||
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
|
||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue