gimp: split outputs

We do not want to include gegl headers in the closure (via propagation).
This commit is contained in:
Jan Tojnar 2019-11-20 22:51:37 +01:00
parent d1f7fee20a
commit b6aded3cd3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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";