about summary refs log tree commit diff
path: root/pkgs/development
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
parentfc4c20aefed34001cb9cdcb10f82d01aa9b04f16 (diff)
downloadnixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar.gz
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar.bz2
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar.lz
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar.xz
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.tar.zst
nixlib-fc1077c9fbb526403aac00e24a6b641df6143ba5.zip
libsoup: Don't enable GNOME support by default
This bloats packages (like GStreamer) that depend on libsoup.
Diffstat (limited to 'pkgs/development')
-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