gimp: revert broken gimp-2.6 dependencies

This commit is contained in:
Sergey Mironov
2012-08-23 00:13:43 +04:00
parent 270c7f2209
commit 222b6e21a5
4 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "babl-0.0.22";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/babl/0.0/babl-0.0.22.tar.bz2;
sha256 = "0v8gbf9si4sd06199f8lfmrsbvi6i0hxphd34kyvsj6g2kkkg10s";
};
meta = {
description = "Image pixel format conversion library";
homepage = http://gegl.org/babl/;
license = "GPL3";
};
}