diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 20:18:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 21:49:54 +0200 |
commit | 413f8f3fa58d732ad20a1c65d64e3ab36a71b51b (patch) | |
tree | f04e00250d9fa01bf3d29e1202167baf7e4f58c8 /gnu/local.mk | |
parent | f7f7b9f423fe0056c2d1f90c8063d6a92dee25c9 (diff) | |
download | guix-413f8f3fa58d732ad20a1c65d64e3ab36a71b51b.tar guix-413f8f3fa58d732ad20a1c65d64e3ab36a71b51b.tar.gz |
gnu: hexchat: Update to 2.16.0.
* gnu/packages/messaging.scm (hexchat): Update to 2.16.0.
[source]: Remove patch.
[inputs]: Remove libnotify and libproxy. Upgrade python-2 to python@3.
Add python-cffi and bash-minimal.
[arguments]: Don't explicitly return #t from phases.
Add a new 'wrap-program phase.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4db3ccd895..e98d975317 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1253,7 +1253,6 @@ 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 \ |