mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libsecret: Update to 0.21.4.
* gnu/packages/gnome.scm (libsecret): Update. Change-Id: I8a785f1fa9ff9ddde6dfda9a52abd0405b5ab448 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a9951a74a5
commit
5b26305e0e
1 changed files with 2 additions and 8 deletions
|
@ -5191,7 +5191,7 @@ (define-public libsoup
|
|||
(define-public libsecret
|
||||
(package
|
||||
(name "libsecret")
|
||||
(version "0.20.5")
|
||||
(version "0.21.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -5200,7 +5200,7 @@ (define-public libsecret
|
|||
"libsecret-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k9bs47rzb3dwvznb4179d6nw7rbzjdyd4y8hx6vazfd1wscxcrz"))))
|
||||
"081bj59ws08kb261cd1w1mkdkhfbzsjbbkkrm6wllvdyhgbhhg8n"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -5208,12 +5208,6 @@ (define-public libsecret
|
|||
#~(list "-Dgtk_doc=false") ;requires gi-docgen
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-problematic-tests
|
||||
(lambda _
|
||||
(substitute* "libsecret/meson.build"
|
||||
;; The test-collection test fails non-deterministically (see:
|
||||
;; https://gitlab.gnome.org/GNOME/libsecret/-/issues/80).
|
||||
((".*'test-collection',.*") ""))))
|
||||
(delete 'check)
|
||||
(add-after 'install 'check
|
||||
(lambda* (#:key tests? test-options #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue