1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

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
3 changed files with 33 additions and 0 deletions
+1
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"))))