pass gtk so the frontend for xchat will be built

svn path=/nixpkgs/trunk/; revision=4303
This commit is contained in:
Armijn Hemel 2005-11-22 12:22:50 +00:00
parent b80756391a
commit 04d6db0985
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, glib, pkgconfig, tcl}:
{stdenv, fetchurl, glib, pkgconfig, tcl, gtk}:
stdenv.mkDerivation {
name = "xchat-2.6.0";
@ -6,6 +6,6 @@ stdenv.mkDerivation {
url = http://www.xchat.org/files/source/2.6/xchat-2.6.0.tar.bz2;
md5 = "0c827bf6df0572231cbbb1e25965fb61";
};
buildInputs = [glib pkgconfig tcl];
buildInputs = [glib pkgconfig tcl gtk];
configureFlags = "--disable-nls";
}

View File

@ -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) {