summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-20 22:51:37 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-20 22:57:53 +0100
commitb6aded3cd3d445fdfca86ef2c2e90e9da0f08640 (patch)
tree95777a07e08266bf268424ac21e51fa8a2c7c82e /pkgs/applications/graphics/gimp
parentd1f7fee20ad3f734dc40b1099413073e60c5b35a (diff)
downloadnixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar.gz
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar.bz2
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar.lz
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar.xz
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.tar.zst
nixpkgs-b6aded3cd3d445fdfca86ef2c2e90e9da0f08640.zip
gimp: split outputs
We do not want to include gegl headers in the closure (via propagation).
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index e53deb99b5b..a67a03b3e07 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -52,6 +52,8 @@ in stdenv.mkDerivation rec {
   pname = "gimp";
   version = "2.10.14";
 
+  outputs = [ "out" "dev" ];
+
   src = fetchurl {
     url = "http://download.gimp.org/pub/gimp/v${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
     sha256 = "0m6wdnfvsxyhimdd4v3351g4r1fklllnbipbwcfym3h7q88hz6yz";