aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsoup
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 12:56:34 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-26 22:46:23 +0200
commitfc1077c9fbb526403aac00e24a6b641df6143ba5 (patch)
tree11b251ee42d57548c30a6e8992256b61107e9dfc /pkgs/development/libraries/libsoup
parentfc4c20aefed34001cb9cdcb10f82d01aa9b04f16 (diff)
libsoup: Don't enable GNOME support by default
This bloats packages (like GStreamer) that depend on libsoup.
Diffstat (limited to 'pkgs/development/libraries/libsoup')
-rw-r--r--pkgs/development/libraries/libsoup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libsoup/default.nix b/pkgs/development/libraries/libsoup/default.nix
index 82629ca3c6fa..2be8ce3e3d15 100644
--- a/pkgs/development/libraries/libsoup/default.nix
+++ b/pkgs/development/libraries/libsoup/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, libxml2, pkgconfig
-, gnomeSupport ? true, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection
+, gnomeSupport ? false, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection
, libintlOrEmpty
, intltool, python }:
let