mlton: fix build
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user