summary refs log tree commit diff
path: root/pkgs/development/libraries/libsoup
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-18 21:27:08 +0200
committerAlexander Ried <ried@mytum.de>2016-10-15 20:32:09 +0200
commit1a1605cc32816522d5e28b1069972dfc1049630b (patch)
treeb5382fb1d12301c41f5a4f8da311a79efacbcd19 /pkgs/development/libraries/libsoup
parent224cd5106c2568176ff5ceb5ceb8ea817a877ded (diff)
downloadnixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar.gz
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar.bz2
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar.lz
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar.xz
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.tar.zst
nixpkgs-1a1605cc32816522d5e28b1069972dfc1049630b.zip
libsoup: libgnome_keyring -> libgnome_keyring3
Diffstat (limited to 'pkgs/development/libraries/libsoup')
-rw-r--r--pkgs/development/libraries/libsoup/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsoup/default.nix b/pkgs/development/libraries/libsoup/default.nix
index 1489ab62774..030d800f4a5 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 ? 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