gnu: telepathy-glib: Fix build.

* gnu/packages/patches/telepathy-glib-fix-test.patch: New file.
* gnu/packages/glib.scm (telepathy-glib)[patches]: Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
This commit is contained in:
Liliana Marie Prikler 2024-09-14 11:54:46 +02:00
parent 94000d8668
commit 9b8ef0abd0
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 33 additions and 0 deletions

View file

@ -1161,6 +1161,7 @@ libraries. Examples include gtk+, webkit, libsoup and many more.")
(string-append
"https://telepathy.freedesktop.org/releases/telepathy-glib/"
"telepathy-glib-" version ".tar.gz"))
(patches (search-patches "telepathy-glib-fix-test.patch"))
(sha256
(base32
"1w3kja8j3gz2apal79bi3hq44xk5g78aphrqbw983l6df7bp98xh"))))