aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-05-28 16:07:38 +0200
committerTimo Kaufmann <timokau@zoho.com>2020-05-28 16:07:38 +0200
commit6579f814cfd2bcaf277d33edab9b6ee7409bd82b (patch)
tree4923481bcba2224d71eb05fc1dd6befe7e0bcdb3
parentd689f3fe7298cea3a922a3afc0af7f4dc3f1a8c8 (diff)
gap: remove explicit configreFlags
System gmp is now the default.
-rw-r--r--pkgs/applications/science/math/gap/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix
index a2432e9827c..04a49becc97 100644
--- a/pkgs/applications/science/math/gap/default.nix
+++ b/pkgs/applications/science/math/gap/default.nix
@@ -73,8 +73,6 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
- configureFlags = [ "--with-gmp=system" ];
-
buildInputs = [
readline
gmp