mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: seahorse: Use libsoup 2.
* gnu/packages/gnome.scm (seahorse) [inputs]: Use libsoup 2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
56f456315f
commit
bfa3bf0ffc
1 changed files with 1 additions and 1 deletions
|
@ -4370,7 +4370,7 @@ (define-public seahorse
|
||||||
("libhandy" ,libhandy-0.0)
|
("libhandy" ,libhandy-0.0)
|
||||||
("libpwquality" ,libpwquality)
|
("libpwquality" ,libpwquality)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("libsoup" ,libsoup)))
|
("libsoup" ,libsoup-minimal-2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
|
|
Loading…
Reference in a new issue