diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-19 00:09:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-19 02:17:42 +0200 |
commit | b7585ca3b92c16986fcf84f1cb3f00e29c4b090d (patch) | |
tree | aa8c6ac733de2fd0a11fe83b5e74a2d7fe68a2a4 /gnu/local.mk | |
parent | 00d9124d40aef7ad354b7d5c5ac32a1ae5976453 (diff) | |
download | guix-b7585ca3b92c16986fcf84f1cb3f00e29c4b090d.tar guix-b7585ca3b92c16986fcf84f1cb3f00e29c4b090d.tar.gz |
gnu: lz4: Update to 1.8.0.
* gnu/packages/compression.scm (lz4): Update to 1.8.0. Fix typo in comment.
[source]: Remove patch.
* gnu/packages/patches/lz4-fix-test-failures.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 8e4e29bdde..2d49b1e974 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -842,7 +842,6 @@ dist_patch_DATA = \ %D%/packages/patches/lvm2-static-link.patch \ %D%/packages/patches/lxsession-use-gapplication.patch \ %D%/packages/patches/lxterminal-CVE-2016-10369.patch \ - %D%/packages/patches/lz4-fix-test-failures.patch \ %D%/packages/patches/make-impure-dirs.patch \ %D%/packages/patches/mars-install.patch \ %D%/packages/patches/mars-sfml-2.3.patch \ |