gnu: libsecret: Fix build.

* gnu/packages/patches/libsecret-fix-test-paths.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gnome.scm (libsecret)[patches]: Use it here.
This commit is contained in:
Liliana Marie Prikler 2024-11-09 09:41:40 +01:00
parent 2a5ab42e6f
commit 06ba3b09f4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 39 additions and 0 deletions

View file

@ -5291,6 +5291,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
"mirror://gnome/sources/libsecret/"
(version-major+minor version) "/"
"libsecret-" version ".tar.xz"))
(patches (search-patches "libsecret-fix-test-paths.patch"))
(sha256
(base32
"081bj59ws08kb261cd1w1mkdkhfbzsjbbkkrm6wllvdyhgbhhg8n"))))