From 1f78d14028a653829d6acca207a8ad3a8ae9520e Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 26 Mar 2016 13:18:48 +0100 Subject: [PATCH 1/2] curl3: mark as broken This is an ancient version of curl, that currently has 19 known vulnerabilities. It is used by and was added to support only one package. --- pkgs/tools/networking/curl/7.15.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/curl/7.15.nix b/pkgs/tools/networking/curl/7.15.nix index 356c9b4f32d..56046d5423d 100644 --- a/pkgs/tools/networking/curl/7.15.nix +++ b/pkgs/tools/networking/curl/7.15.nix @@ -74,5 +74,6 @@ stdenv.mkDerivation rec { homepage = "http://curl.haxx.se/"; description = "A command line tool for transferring files with URL syntax"; platforms = with stdenv.lib.platforms; allBut darwin; + broken = true; }; } From 1379baca94f3a14231811705ee7fb309571bad2b Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 26 Mar 2016 13:20:37 +0100 Subject: [PATCH 2/2] gsb: mark as broken No active maintenance for several years; dependencies cannot be met. --- pkgs/games/gsb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/gsb/default.nix b/pkgs/games/gsb/default.nix index 4c1a385baaf..1c8f0334bf1 100644 --- a/pkgs/games/gsb/default.nix +++ b/pkgs/games/gsb/default.nix @@ -69,6 +69,7 @@ stdenv.mkDerivation rec { license = licenses.unfree; maintainers = with maintainers; [ jcumming ]; platforms = [ "x86_64-linux" "i686-linux" ] ; + broken = true; }; }