* Pass gtkLibs to gnome.
* Disable kopete (missing). svn path=/nixpkgs/trunk/; revision=2314
This commit is contained in:
parent
7bfb0c190d
commit
d727755bd3
@ -647,7 +647,7 @@ rec {
|
||||
inherit fetchurl stdenv pkgconfig audiofile
|
||||
flex bison popt perl zlib libxml2 bzip2
|
||||
perlXMLParser gettext perl x11
|
||||
libtiff libjpeg libpng;
|
||||
libtiff libjpeg libpng gtkLibs;
|
||||
};
|
||||
|
||||
wxGTK = (import ../development/libraries/wxGTK-2.5) {
|
||||
@ -989,9 +989,11 @@ rec {
|
||||
inherit fetchurl stdenv ncurses openssl;
|
||||
};
|
||||
|
||||
/*
|
||||
kopete = (import ../applications/networking/instant-messengers/kopete) {
|
||||
inherit fetchurl stdenv xlibs zlib libjpeg perl qt3;
|
||||
};
|
||||
*/
|
||||
|
||||
cdparanoiaIII = (import ../applications/audio/cdparanoia) {
|
||||
inherit fetchurl stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user