3
0
Fork 0
forked from mirrors/nixpkgs

Tell hydra to build xchat

svn path=/nixpkgs/trunk/; revision=32515
This commit is contained in:
Lluís Batlle i Rossell 2012-02-23 16:20:09 +00:00
parent 222adc9fc3
commit 211be0db63

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation {
configureFlags = "--disable-nls";
meta = {
description = "IRC client using GTK".
homepage = http://www.xchat.org;
platforms = with stdenv.lib.platforms; linux;
};
}