* Remove the old gdk-pixbuf.
svn path=/nixpkgs/branches/x-updates/; revision=25854
This commit is contained in:
parent
6a59d1a98f
commit
935a8efdb0
@ -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];
|
|
||||||
}
|
|
@ -2989,10 +2989,6 @@ let
|
|||||||
|
|
||||||
gdbm = callPackage ../development/libraries/gdbm { };
|
gdbm = callPackage ../development/libraries/gdbm { };
|
||||||
|
|
||||||
gdk_pixbuf = callPackage ../development/libraries/gdk-pixbuf/0.22.x.nix {
|
|
||||||
inherit (gtkLibs1x) gtk;
|
|
||||||
};
|
|
||||||
|
|
||||||
gegl = callPackage ../development/libraries/gegl {
|
gegl = callPackage ../development/libraries/gegl {
|
||||||
# avocodec avformat librsvg
|
# avocodec avformat librsvg
|
||||||
inherit (gtkLibs) pango glib gtk;
|
inherit (gtkLibs) pango glib gtk;
|
||||||
|
Loading…
Reference in New Issue
Block a user