diff options
author | Leo Famulari <leo@famulari.name> | 2021-06-15 10:12:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-06-16 12:40:17 -0400 |
commit | e26efac68cb460bd70642668d35c806199888173 (patch) | |
tree | df4335bba1f54bf7c329c2c59c52e503879a06b7 /gnu/packages/messaging.scm | |
parent | 0ee552553796bf49a5ed5a44ab37be4dc7c9082c (diff) |
gnu: HexChat: Add Libera Chat to the list of networks.
* gnu/packages/patches/hexchat-add-libera-chat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (hexchat)[source]: Use it.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r-- | gnu/packages/messaging.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 499b7a8f3a..fe678d89fd 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -677,6 +677,7 @@ used by Pidgin and Bitlbee, among others, to access (method url-fetch) (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" version ".tar.xz")) + (patches (search-patches "hexchat-add-libera-chat.patch")) (sha256 (base32 "10p829jm1r6kidkgf5lhqhyqc5mxdcq96q3zhadsckasvc9rs6lh")))) |