From 9c7f774a397adcfddd89f1fdc0c009216c3756b4 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sat, 20 Apr 2019 12:36:11 +0200 Subject: [PATCH] gap: mark as broken on darwin Has been failing to build for a while. --- pkgs/applications/science/math/gap/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix index 09e3c1bcff9..6beb87e9f02 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -170,6 +170,7 @@ stdenv.mkDerivation rec { timokau ]; platforms = platforms.all; + broken = stdenv.isDarwin; # keeping all packages increases the package size considerably, wchich # is why a local build is preferable in that situation. The timeframe # is reasonable and that way the binary cache doesn't get overloaded.