From 6579f814cfd2bcaf277d33edab9b6ee7409bd82b Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Thu, 28 May 2020 16:07:38 +0200 Subject: [PATCH] gap: remove explicit configreFlags System gmp is now the default. --- pkgs/applications/science/math/gap/default.nix | 2 -- 1 file changed, 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