me
/
guix
Archived
1
0
Fork 0

gnu: libsecret: Propagate libgcrypt.

This is a follow-up to commit c1a4ef9893.

* gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
[propagated-inputs]: Add LIBGCRYPT.
master
Marius Bakke 2022-08-27 04:04:22 +02:00
parent b048c4a0e9
commit ad99842136
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 3 deletions

View File

@ -5046,9 +5046,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
python-pygobject
vala))
(propagated-inputs
(list glib)) ;required by libsecret-1.pc
(inputs
(list libgcrypt))
(list glib libgcrypt)) ;required by libsecret-1.pc
(home-page "https://wiki.gnome.org/Projects/Libsecret/")
(synopsis "GObject bindings for \"Secret Service\" API")
(description