diff --git a/pkgs/development/compilers/mlton/20210117-binary.nix b/pkgs/development/compilers/mlton/20210117-binary.nix index 523d46ed8c39..6efb8fb863d2 100644 --- a/pkgs/development/compilers/mlton/20210117-binary.nix +++ b/pkgs/development/compilers/mlton/20210117-binary.nix @@ -4,6 +4,7 @@ fetchpatch, fetchurl, patchelf, + bash, gmp, }: let @@ -41,8 +42,12 @@ stdenv.mkDerivation rec { }) ]; - buildInputs = [ gmp ]; + buildInputs = [ + bash + gmp + ]; nativeBuildInputs = lib.optional stdenv.hostPlatform.isLinux patchelf; + strictDeps = true; buildPhase = '' make update \