Add quassel only on qt4.meta.platforms platforms

qt4 somehow depends on libcap which is linux only

svn path=/nixpkgs/trunk/; revision=22932
This commit is contained in:
Yury G. Kudryashov 2010-08-03 14:17:55 +00:00
parent 1c0ecda5e7
commit a993d5190a

View file

@ -46,11 +46,11 @@ in with stdenv; mkDerivation rec {
meaning that one (or multiple) client(s) can attach to
and detach from a central core -- much like the popular
combination of screen and a text-based IRC client such
as WeeChat, but graphical(based on Qt4/KDE4).
as WeeChat, but graphical (based on Qt4/KDE4).
'';
license = "GPLv3";
maintainers = [ maintainers.phreedom ];
platforms = platforms.all;
inherit (qt4.meta) platforms;
};
}