diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix index 52554e9af36..280288754f2 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -3,7 +3,6 @@ , fetchurl , fetchpatch , makeWrapper -, m4 , gmp # one of # - "minimal" (~400M): @@ -76,7 +75,6 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-gmp=system" ]; buildInputs = [ - m4 gmp ];