libsoup: Don't enable GNOME support by default

This bloats packages (like GStreamer) that depend on libsoup.
This commit is contained in:
Eelco Dolstra 2015-07-26 12:56:34 +02:00
parent fc4c20aefe
commit fc1077c9fb

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, libxml2, pkgconfig { stdenv, fetchurl, glib, libxml2, pkgconfig
, gnomeSupport ? true, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection , gnomeSupport ? false, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection
, libintlOrEmpty , libintlOrEmpty
, intltool, python }: , intltool, python }:
let let