diff options
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 e04eedb7ba..35fc812526 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")))) |