From d727755bd3c184b93c52a688ed272f97f33918fa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 27 Feb 2005 02:16:21 +0000 Subject: [PATCH] * Pass gtkLibs to gnome. * Disable kopete (missing). svn path=/nixpkgs/trunk/; revision=2314 --- pkgs/system/all-packages-generic.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index d69b4295cf7..93cd829020e 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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;