* Remove the old gdk-pixbuf.

svn path=/nixpkgs/branches/x-updates/; revision=25854
This commit is contained in:
Eelco Dolstra 2011-02-09 15:12:05 +00:00
parent 6a59d1a98f
commit 935a8efdb0
2 changed files with 0 additions and 17 deletions

View file

@ -1,13 +0,0 @@
{stdenv, fetchurl, gtk, libtiff, libjpeg, libpng}:
stdenv.mkDerivation rec {
name = "gdk-pixbuf-0.22.0";
src = fetchurl {
url = "ftp://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/0.22/${name}.tar.bz2";
md5 = "05fcb68ceaa338614ab650c775efc2f2";
};
buildInputs = [libtiff libjpeg libpng];
propagatedBuildInputs = [gtk];
}

View file

@ -2989,10 +2989,6 @@ let
gdbm = callPackage ../development/libraries/gdbm { };
gdk_pixbuf = callPackage ../development/libraries/gdk-pixbuf/0.22.x.nix {
inherit (gtkLibs1x) gtk;
};
gegl = callPackage ../development/libraries/gegl {
# avocodec avformat librsvg
inherit (gtkLibs) pango glib gtk;