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/local.mk | |
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/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 953bff96d4..500973f9fe 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1220,6 +1220,7 @@ dist_patch_DATA = \ %D%/packages/patches/hdf-eos5-remove-gctp.patch \ %D%/packages/patches/hdf-eos5-fix-szip.patch \ %D%/packages/patches/hdf-eos5-fortrantests.patch \ + %D%/packages/patches/hexchat-add-libera-chat.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-cross.patch \ |