gap: remove m4 dependency
No longer necessary, since the build system was significantly overhauled / replaced by Max Horn.
This commit is contained in:
parent
c269b51c38
commit
e2e45e163c
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue