summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-4.x
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-01-04 13:23:30 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2017-01-17 19:49:25 -0600
commit74b206bce2ae81d764cb9eb1239818202435fae1 (patch)
tree87df4f7d9652fedf322e9962fac54ab8e73f613f /pkgs/development/libraries/qt-4.x
parent6c6db7b58b79436a32022e4dcdda4a07051841f4 (diff)
qt4: build webkit on Darwin
QtWebkit is needed by Anki
Diffstat (limited to 'pkgs/development/libraries/qt-4.x')
-rw-r--r--pkgs/development/libraries/qt-4.x/4.8/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-4.x/4.8/default.nix b/pkgs/development/libraries/qt-4.x/4.8/default.nix
index 8526a5f5b8295..91a8899f4d136 100644
--- a/pkgs/development/libraries/qt-4.x/4.8/default.nix
+++ b/pkgs/development/libraries/qt-4.x/4.8/default.nix
@@ -4,7 +4,7 @@
 , libmng, which, mesaSupported, mesa, mesa_glu, openssl, dbus, cups, pkgconfig
 , libtiff, glib, icu, mysql, postgresql, sqlite, perl, coreutils, libXi
 , buildMultimedia ? stdenv.isLinux, alsaLib, gstreamer, gst_plugins_base
-, buildWebkit ? stdenv.isLinux
+, buildWebkit ? (stdenv.isLinux || stdenv.isDarwin)
 , flashplayerFix ? false, gdk_pixbuf
 , gtkStyle ? false, libgnomeui, gtk2, GConf, gnome_vfs
 , developerBuild ? false