mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: libsecret: Propagate libgcrypt.
This is a follow-up to commit c1a4ef9893
.
* gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
[propagated-inputs]: Add LIBGCRYPT.
This commit is contained in:
parent
b048c4a0e9
commit
ad99842136
1 changed files with 1 additions and 3 deletions
|
@ -5046,9 +5046,7 @@ (define-public libsecret
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue