Only pass --with-sandbox-shell on Linux

This commit is contained in:
Eelco Dolstra 2017-05-30 15:56:15 +02:00
parent fe08d17934
commit 9bdb88ea6e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ rec {
configureFlags =
[ "--disable-init-state"
"--enable-gc"
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux [
"--with-sandbox-shell=${sh}/bin/busybox"
];
}