Make Hydra compile Quassel

svn path=/nixpkgs/trunk/; revision=22418
This commit is contained in:
Evgeny Egorochkin 2010-06-26 01:40:50 +00:00
parent 877d8a6f27
commit 37345d1fb8

View File

@ -38,7 +38,7 @@ in with stdenv; mkDerivation rec {
++ edf ssl "WITH_OPENSSL" ++ edf ssl "WITH_OPENSSL"
++ edf previews "WITH_WEBKIT" ; ++ edf previews "WITH_WEBKIT" ;
meta = { meta = with stdenv.lib; {
homepage = http://quassel-irc.org/; homepage = http://quassel-irc.org/;
description = "Qt4/KDE4 distributed IRC client suppporting a remote daemon"; description = "Qt4/KDE4 distributed IRC client suppporting a remote daemon";
longDescription = '' longDescription = ''
@ -49,8 +49,8 @@ in with stdenv; mkDerivation rec {
as WeeChat, but graphical(based on Qt4/KDE4). as WeeChat, but graphical(based on Qt4/KDE4).
''; '';
license = "GPLv3"; license = "GPLv3";
maintainers = [ stdenv.lib.maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
platforms = platforms.all;
}; };
} }