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

@ -50,7 +50,7 @@ in with stdenv; mkDerivation rec {
'';
license = "GPLv3";
maintainers = [ maintainers.phreedom ];
platforms = platforms.all;
inherit (qt4.meta) platforms;
};
}