5 url ? "https://github.com/mlton/mlton",
18 inherit url rev sha256;
26 buildInputs = [ gmp ];
30 # build fails otherwise
31 enableParallelBuilding = false;
34 find . -type f | grep -v -e '\.tgz''$' | xargs sed -i "s@/usr/bin/env bash@$(type -p bash)@"
35 sed -i "s|/tmp|$TMPDIR|" bin/regression
38 MLTON_VERSION="${version} ${rev}"
41 WITH_GMP_INC_DIR="${gmp.dev}/include"
42 WITH_GMP_LIB_DIR="${gmp}/lib"
48 meta = import ./meta.nix;