diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-28 14:01:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-28 20:19:28 +0100 |
commit | 01307bba9c00ada07f8a39bd8de7031beef12afd (patch) | |
tree | 5b077642f24ae2daeb22bc8c4f22936ca5c2abf2 /gnu/local.mk | |
parent | 6da31b3c7bfcd8f012695574e91d7da32f202280 (diff) | |
download | guix-01307bba9c00ada07f8a39bd8de7031beef12afd.tar guix-01307bba9c00ada07f8a39bd8de7031beef12afd.tar.gz |
gnu: reptyr: Update to 0.7.0.
* gnu/packages/screen.scm (reptyr): Update to 0.7.0.
[source]: Remove patch.
[arguments]: Add bash completion directory name.
* gnu/packages/patches/reptyr-fix-gcc-7.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 42d8f1ce18..833944bfbd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1218,7 +1218,6 @@ dist_patch_DATA = \ %D%/packages/patches/readline-6.2-CVE-2014-2524.patch \ %D%/packages/patches/red-eclipse-remove-gamma-name-hack.patch \ %D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \ - %D%/packages/patches/reptyr-fix-gcc-7.patch \ %D%/packages/patches/ripperx-missing-file.patch \ %D%/packages/patches/rpcbind-CVE-2017-8779.patch \ %D%/packages/patches/rtags-separate-rct.patch \ |