summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-02-06 19:56:28 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-02-06 19:56:28 +0100
commit32cd198d8f9c8e36f5ef95f1690e76f1e438505f (patch)
tree0d3d74ee5f8e8d596f37123cd09721dc869dc450 /pkgs/top-level/all-packages.nix
parent2dd13fcb0b1ca678af58d5c53dd3e4b05a75b2fa (diff)
downloadnixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar.gz
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar.bz2
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar.lz
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar.xz
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.tar.zst
nixlib-32cd198d8f9c8e36f5ef95f1690e76f1e438505f.zip
gimp: remove 2.6, because it's old and vulnerable
CVE-2012-2763 and three others. If we really need to resurrect it,
I think I saw debian could have patches for these somewhere.

Also add linux platforms for 2.8.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index bbc14656e8eb..c793a200eb2f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7928,11 +7928,6 @@ let
 
   get_iplayer = callPackage ../applications/misc/get_iplayer {};
 
-  gimp_2_6 = callPackage ../applications/graphics/gimp {
-    inherit (gnome) libart_lgpl;
-    libpng = libpng12;
-  };
-
   gimp_2_8 = callPackage ../applications/graphics/gimp/2.8.nix {
     inherit (gnome) libart_lgpl;
     webkit = null;