From e2e45e163c3d00ad977a2491da813e72b70f7b20 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Thu, 28 May 2020 15:55:07 +0200 Subject: [PATCH] gap: remove m4 dependency No longer necessary, since the build system was significantly overhauled / replaced by Max Horn. --- 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 52554e9af36..280288754f2 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -3,7 +3,6 @@ , fetchurl , fetchpatch , makeWrapper -, m4 , gmp # one of # - "minimal" (~400M): @@ -76,7 +75,6 @@ stdenv.mkDerivation rec { configureFlags = [ "--with-gmp=system" ]; buildInputs = [ - m4 gmp ];