diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-11-21 22:24:07 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-11-21 22:28:04 +0100 |
commit | 8da527d5bc1a1c6c5718236d1870fe907f80dfc6 (patch) | |
tree | 30a82087a84c561a03efa1ccefa0d809fba32587 /gnu/local.mk | |
parent | ce16a026d00cd0b30e3d55b7ed91661aef5a9dfc (diff) | |
download | patches-8da527d5bc1a1c6c5718236d1870fe907f80dfc6.tar 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/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 4d14c4ccad..7672295e69 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -978,6 +978,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-crash-exit.patch \ %D%/packages/patches/higan-remove-march-native-flag.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \ |