gap: remove m4 dependency

No longer necessary, since the build system was significantly overhauled
/ replaced by Max Horn.
This commit is contained in:
Timo Kaufmann 2020-05-28 15:55:07 +02:00
parent c269b51c38
commit e2e45e163c

View file

@ -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
];