From a993d5190aceb4e99c7affe5b6e1898813029292 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Tue, 3 Aug 2010 14:17:55 +0000 Subject: [PATCH] Add quassel only on qt4.meta.platforms platforms qt4 somehow depends on libcap which is linux only svn path=/nixpkgs/trunk/; revision=22932 --- pkgs/applications/networking/irc/quassel/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/irc/quassel/default.nix b/pkgs/applications/networking/irc/quassel/default.nix index ca583c52ed1..d94c00daed9 100644 --- a/pkgs/applications/networking/irc/quassel/default.nix +++ b/pkgs/applications/networking/irc/quassel/default.nix @@ -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; }; }