mlton: fix build

This commit is contained in:
Gabriel Ebner
2020-09-09 19:29:57 +02:00
parent 0df5508a0e
commit a7f9d336b7
2 changed files with 6 additions and 3 deletions
@@ -6,6 +6,7 @@
, sha256
, stdenv
, version
, which
}:
stdenv.mkDerivation {
@@ -16,6 +17,8 @@ stdenv.mkDerivation {
inherit url rev sha256;
};
nativeBuildInputs = [ which ];
buildInputs = [mltonBootstrap gmp];
preBuild = ''