* 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
|
inherit fetchurl stdenv pkgconfig audiofile
|
||||||
flex bison popt perl zlib libxml2 bzip2
|
flex bison popt perl zlib libxml2 bzip2
|
||||||
perlXMLParser gettext perl x11
|
perlXMLParser gettext perl x11
|
||||||
libtiff libjpeg libpng;
|
libtiff libjpeg libpng gtkLibs;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxGTK = (import ../development/libraries/wxGTK-2.5) {
|
wxGTK = (import ../development/libraries/wxGTK-2.5) {
|
||||||
@ -989,9 +989,11 @@ rec {
|
|||||||
inherit fetchurl stdenv ncurses openssl;
|
inherit fetchurl stdenv ncurses openssl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
kopete = (import ../applications/networking/instant-messengers/kopete) {
|
kopete = (import ../applications/networking/instant-messengers/kopete) {
|
||||||
inherit fetchurl stdenv xlibs zlib libjpeg perl qt3;
|
inherit fetchurl stdenv xlibs zlib libjpeg perl qt3;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
cdparanoiaIII = (import ../applications/audio/cdparanoia) {
|
cdparanoiaIII = (import ../applications/audio/cdparanoia) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user