summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-27 02:16:21 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-02-27 02:16:21 +0000
commitd727755bd3c184b93c52a688ed272f97f33918fa (patch)
treec135a535657774e77a2c4ad30333a1e9e6ad1070 /pkgs/system/all-packages-generic.nix
parent7bfb0c190d9eb20495c486698497f64c5b4f42be (diff)
downloadnixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar.gz
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar.bz2
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar.lz
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar.xz
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.tar.zst
nixpkgs-d727755bd3c184b93c52a688ed272f97f33918fa.zip
* Pass gtkLibs to gnome.
* Disable kopete (missing).

svn path=/nixpkgs/trunk/; revision=2314
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 3 insertions, 1 deletions
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;