* Move imlib out of Gnome.

svn path=/nixpkgs/trunk/; revision=8106
This commit is contained in:
Eelco Dolstra 2007-02-28 16:20:00 +00:00
parent 398768bfb5
commit e7a1a1cba1
2 changed files with 1 additions and 1 deletions

View file

@ -1412,7 +1412,7 @@ rec {
inherit fetchurl stdenv;
};
imlib = import ../development/libraries/gnome/imlib {
imlib = import ../development/libraries/imlib {
inherit fetchurl stdenv libjpeg libtiff libungif libpng;
inherit (xlibs) libX11 libXext xextproto;
};