quassel: Fix evaluation on non-Linux platforms

This commit is contained in:
Eelco Dolstra 2013-10-07 17:11:22 +02:00
parent 3ee5c50cda
commit db091a6662

View File

@ -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 }: