mlton: fix and enable strictDeps
This commit is contained in:
@@ -18,13 +18,15 @@ stdenv.mkDerivation {
|
||||
inherit url rev sha256;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
which
|
||||
mltonBootstrap
|
||||
gmp
|
||||
];
|
||||
|
||||
buildInputs = [ gmp ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
# build fails otherwise
|
||||
enableParallelBuilding = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user