diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-09 23:10:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-09 23:10:10 +0100 |
commit | 6a4db3f3612d0c0b0b425d01ff5b311f9b485f8c (patch) | |
tree | e0eea87bb1e08faa63b972bd73d7b2ee34867062 /gnu-system.am | |
parent | d7e92b8752f6bc9e2c61c9999834392c7fe67e7e (diff) | |
download | guix-6a4db3f3612d0c0b0b425d01ff5b311f9b485f8c.tar guix-6a4db3f3612d0c0b0b425d01ff5b311f9b485f8c.tar.gz |
gnu: libarchive: Fix test failure on SELinux systems.
Reported by Jan Synáček <jan.synacek@gmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html>.
* gnu/packages/patches/libarchive-bsdtar-test.patch: New file.
* gnu/packages/backup.scm (libarchive)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0eb2f28739..463f98c0e9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -514,6 +514,7 @@ dist_patch_DATA = \ gnu/packages/patches/liba52-link-with-libm.patch \ gnu/packages/patches/liba52-set-soname.patch \ gnu/packages/patches/liba52-use-mtune-not-mcpu.patch \ + gnu/packages/patches/libarchive-bsdtar-test.patch \ gnu/packages/patches/libarchive-CVE-2013-0211.patch \ gnu/packages/patches/libarchive-fix-lzo-test-case.patch \ gnu/packages/patches/libarchive-mtree-filename-length-fix.patch \ |