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
|
, 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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue