gap: remove explicit configreFlags

System gmp is now the default.
This commit is contained in:
Timo Kaufmann 2020-05-28 16:07:38 +02:00
parent d689f3fe72
commit 6579f814cf

View file

@ -73,8 +73,6 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
configureFlags = [ "--with-gmp=system" ];
buildInputs = [
readline
gmp