xchat: fixed trivial syntax error
svn path=/nixpkgs/trunk/; revision=32516
This commit is contained in:
parent
211be0db63
commit
7c2ca58329
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
configureFlags = "--disable-nls";
|
configureFlags = "--disable-nls";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "IRC client using GTK".
|
description = "IRC client using GTK";
|
||||||
homepage = http://www.xchat.org;
|
homepage = http://www.xchat.org;
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user