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:
parent
1c0ecda5e7
commit
a993d5190a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue