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/local.mk | |
| 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/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 42f4181b0d9..652ad8fa1f5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2300,6 +2300,7 @@ dist_patch_DATA = \ %D%/packages/patches/telegram-desktop-unbundle-cppgir.patch \ %D%/packages/patches/telegram-desktop-unbundle-gsl.patch \ %D%/packages/patches/telegram-purple-adjust-test.patch \ + %D%/packages/patches/telepathy-glib-fix-test.patch \ %D%/packages/patches/teuchos-remove-duplicate-using.patch \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ |
