From 8fc039188e2dfab71930a1c2196d4fb52a76365a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Sep 2015 11:13:00 +0200 Subject: Mark some packages with undownloadable source as broken --- pkgs/applications/science/math/gap/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/science') diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix index 0700251c3a82..e810879eba60 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -63,5 +63,6 @@ rec { license = with a.lib.licenses; gpl2; homepage = "http://gap-system.org/"; + broken = true; }; }) x -- cgit 1.4.1