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
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
, fetchurl , fetchurl
, fetchpatch , fetchpatch
, makeWrapper , makeWrapper
, m4
, gmp , gmp
# one of # one of
# - "minimal" (~400M): # - "minimal" (~400M):
@ -76,7 +75,6 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-gmp=system" ]; configureFlags = [ "--with-gmp=system" ];
buildInputs = [ buildInputs = [
m4
gmp gmp
]; ];