diff options
| author | Timo Kaufmann <timokau@zoho.com> | 2020-05-28 16:07:38 +0200 |
|---|---|---|
| committer | Timo Kaufmann <timokau@zoho.com> | 2020-05-28 16:07:38 +0200 |
| commit | 6579f814cfd2bcaf277d33edab9b6ee7409bd82b (patch) | |
| tree | 4923481bcba2224d71eb05fc1dd6befe7e0bcdb3 | |
| parent | gap: add readline support (diff) | |
| download | nixpkgs-6579f814cfd2bcaf277d33edab9b6ee7409bd82b.tar.gz | |
gap: remove explicit configreFlags
System gmp is now the default.
| -rw-r--r-- | pkgs/applications/science/math/gap/default.nix | 2 |
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 a2432e9827c3..04a49becc973 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 |
