libsoup: libgnome_keyring -> libgnome_keyring3

This commit is contained in:
Alexander Ried 2016-09-18 21:27:08 +02:00
parent 224cd5106c
commit 1a1605cc32

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, glib, libxml2, pkgconfig
, gnomeSupport ? true, libgnome_keyring, sqlite, glib_networking, gobjectIntrospection
, gnomeSupport ? true, libgnome_keyring3, sqlite, glib_networking, gobjectIntrospection
, valaSupport ? true, vala_0_32
, libintlOrEmpty
, intltool, python }:
@ -28,7 +28,7 @@ stdenv.mkDerivation {
++ stdenv.lib.optionals valaSupport [ vala_0_32 ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ glib libxml2 gobjectIntrospection ]
++ stdenv.lib.optionals gnomeSupport [ libgnome_keyring ];
++ stdenv.lib.optionals gnomeSupport [ libgnome_keyring3 ];
passthru.propagatedUserEnvPackages = [ glib_networking.out ];
# glib_networking is a runtime dependency, not a compile-time dependency