diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-09-14 11:54:46 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:32 +0100 |
| commit | 9b8ef0abd045e5fc04ab0e7489444e38ccef4cb7 (patch) | |
| tree | c13617910f9c86f61b343310cfdd27df55b37b6e /gnu/packages/glib.scm | |
| parent | 94000d8668de7281ac4f3e7263fa18829929f47a (diff) | |
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.
Diffstat (limited to 'gnu/packages/glib.scm')
| -rw-r--r-- | gnu/packages/glib.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e04eedb7ba7..35fc8125260 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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")))) |
