pass gtk so the frontend for xchat will be built
svn path=/nixpkgs/trunk/; revision=4303
This commit is contained in:
parent
b80756391a
commit
04d6db0985
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, glib, pkgconfig, tcl}:
|
{stdenv, fetchurl, glib, pkgconfig, tcl, gtk}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xchat-2.6.0";
|
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;
|
url = http://www.xchat.org/files/source/2.6/xchat-2.6.0.tar.bz2;
|
||||||
md5 = "0c827bf6df0572231cbbb1e25965fb61";
|
md5 = "0c827bf6df0572231cbbb1e25965fb61";
|
||||||
};
|
};
|
||||||
buildInputs = [glib pkgconfig tcl];
|
buildInputs = [glib pkgconfig tcl gtk];
|
||||||
configureFlags = "--disable-nls";
|
configureFlags = "--disable-nls";
|
||||||
}
|
}
|
||||||
|
@ -1627,7 +1627,7 @@ rec {
|
|||||||
|
|
||||||
xchat = (import ../applications/networking/irc/xchat) {
|
xchat = (import ../applications/networking/irc/xchat) {
|
||||||
inherit fetchurl stdenv pkgconfig tcl;
|
inherit fetchurl stdenv pkgconfig tcl;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib gtk;
|
||||||
};
|
};
|
||||||
|
|
||||||
cdparanoiaIII = (import ../applications/audio/cdparanoia) {
|
cdparanoiaIII = (import ../applications/audio/cdparanoia) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user