aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2018-01-09 21:09:22 -0500
committerMark H Weaver <mhw@netris.org>2018-03-16 09:31:00 -0400
commit45413064c9db1712c845e5a1065aa81f66667abe (patch)
tree0cb84865b06f563fb8816ab834c50668af7ce420 /gnu/local.mk
parent60ff6ec48f9177416c9ed3f98e0a6fb134b7f3e5 (diff)
downloadguix-45413064c9db1712c845e5a1065aa81f66667abe.tar
guix-45413064c9db1712c845e5a1065aa81f66667abe.tar.gz
gnu: tar: Fix sparse file detection on Btrfs file systems.
* gnu/packages/patches/tar-remove-wholesparse-check.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (tar)[source]: Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index fe20dddbbe..c1df236ac4 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1091,6 +1091,7 @@ dist_patch_DATA = \
%D%/packages/patches/t1lib-CVE-2010-2642.patch \
%D%/packages/patches/t1lib-CVE-2011-0764.patch \
%D%/packages/patches/t1lib-CVE-2011-1552+.patch \
+ %D%/packages/patches/tar-remove-wholesparse-check.patch \
%D%/packages/patches/tar-skip-unreliable-tests.patch \
%D%/packages/patches/tclxml-3.2-install.patch \
%D%/packages/patches/tcsh-fix-autotest.patch \