summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-11-21 22:24:07 +0100
committerJulien Lepiller <julien@lepiller.eu>2019-11-21 22:28:04 +0100
commit8da527d5bc1a1c6c5718236d1870fe907f80dfc6 (patch)
tree30a82087a84c561a03efa1ccefa0d809fba32587 /gnu/packages/messaging.scm
parentce16a026d00cd0b30e3d55b7ed91661aef5a9dfc (diff)
downloadguix-patches-8da527d5bc1a1c6c5718236d1870fe907f80dfc6.tar
guix-patches-8da527d5bc1a1c6c5718236d1870fe907f80dfc6.tar.gz
gnu: hexchat: Fix crash on exit.
* gnu/packages/patches/hexchat-crash-exit.patch: New file. * gnu/packages/hexchat.scm (orgin): Add patch. * gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3f223c2cfe..694dfbb51d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -263,7 +263,8 @@ access to servers running the Discord protocol.")
version ".tar.xz"))
(sha256
(base32
- "064nq151nzsljv97dmkifyl162d2738vbgvm1phx7yv04pjvk4kp"))))
+ "064nq151nzsljv97dmkifyl162d2738vbgvm1phx7yv04pjvk4kp"))
+ (patches (search-patches "hexchat-crash-exit.patch"))))
(build-system meson-build-system)
(native-inputs `(("gettext" ,gettext-minimal)
("perl" ,perl)