From db091a66621fcb4a93760c8ad8e58f61cd482836 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Oct 2013 17:11:22 +0200 Subject: [PATCH] quassel: Fix evaluation on non-Linux platforms --- pkgs/applications/networking/irc/quassel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/irc/quassel/default.nix b/pkgs/applications/networking/irc/quassel/default.nix index f7dc270251c9..67ff1ca02c43 100644 --- a/pkgs/applications/networking/irc/quassel/default.nix +++ b/pkgs/applications/networking/irc/quassel/default.nix @@ -1,7 +1,7 @@ { monolithic ? true # build monolithic Quassel , daemon ? false # build Quassel daemon , client ? false # build Quassel client -, withKDE ? true # enable KDE integration +, withKDE ? stdenv.isLinux # enable KDE integration , ssl ? true # enable SSL support , previews ? false # enable webpage previews on hovering over URLs , stdenv, fetchurl, cmake, qt4, kdelibs, automoc4, phonon }: