summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-11-22 12:22:50 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-11-22 12:22:50 +0000
commit04d6db0985c941d15b45a92a30af0da2b093b0d7 (patch)
treefb2c08d0ade657a95badedc6aecc4cf0560b0906 /pkgs/system/all-packages-generic.nix
parentb80756391a007bf7cabd89ca5aedb649068c7c42 (diff)
downloadnixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar.gz
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar.bz2
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar.lz
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar.xz
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.tar.zst
nixpkgs-04d6db0985c941d15b45a92a30af0da2b093b0d7.zip
pass gtk so the frontend for xchat will be built
svn path=/nixpkgs/trunk/; revision=4303
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 2ebea84fe45..b443d113949 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1627,7 +1627,7 @@ rec {
 
   xchat = (import ../applications/networking/irc/xchat) {
     inherit fetchurl stdenv pkgconfig tcl;
-    inherit (gtkLibs) glib;
+    inherit (gtkLibs) glib gtk;
   };
 
   cdparanoiaIII = (import ../applications/audio/cdparanoia) {