summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorbdunahu <bdunahu@operationnull.com>2026-03-03 13:49:11 -0500
committerNguyễn Gia Phong <cnx@loang.net>2026-04-02 13:09:56 +0900
commit7c8cb33b980c4bc93fdf67e36a0eaf05d94ea833 (patch)
tree2b61c07d27c921c4b34b3f43dadb8a78222f5472 /gnu/packages/messaging.scm
parentbd0bba7440dfd1074da63e68fd8f3890eef3ec5b (diff)
gnu: nheko: Apply patch to render message replies properly.
* gnu/packages/patches/nheko-0-12-1-fix-rendering-replies.patch: New file. * gnu/packages/messaging.scm (nheko)[source]: Apply it. * gnu/local.mk: (dist_patch_DATA): Register it. Change-Id: I262b8054e9ef6365450c8f89a69d60e4200f996f Merges: https://codeberg.org/guix/guix/pulls/6853 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d299005cce7..4e8e43b08d6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2356,7 +2356,11 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.")
(sha256
(base32 "098jqccwsfbqkdpnhbych2rd076385wb51fx9qyjfiddidxv2mas"))
(modules '((guix build utils)))
- (snippet '(delete-file-recursively "third_party"))))
+ (snippet '(delete-file-recursively "third_party"))
+ ;; Release 0.12.1 has a major bug which prevents replies
+ ;; from rendering: https://github.com/Nheko-Reborn/nheko/issues/1944
+ ;; TODO: revaluate for future versions.
+ (patches (search-patches "nheko-0-12-1-fix-rendering-replies.patch"))))
(arguments
(list
#:tests? #f ;no test target