diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-09-28 15:04:34 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-09-28 18:24:25 -0500 |
commit | 335bc6833fc75f6cbbc5f15c0d3bd9d0e1b5b170 (patch) | |
tree | d3e8f80a78cf28b825b125237004f1081ba31de5 /gnu-system.am | |
parent | 182d6311c2bd3393115bac12da5154f8f33a9940 (diff) | |
download | guix-335bc6833fc75f6cbbc5f15c0d3bd9d0e1b5b170.tar guix-335bc6833fc75f6cbbc5f15c0d3bd9d0e1b5b170.tar.gz |
gnu: duplicity: Fix and disable some tests.
* gnu/packages/patches/duplicity-piped-password.patch: New patch.
* gnu/packages/patches/duplicity-test_selection-tmp.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/backup.scm (duplicity)[source]: Add patches field.
[inputs]: Add util-linux and tzdata.
[arguments]: rename patch-tests phase to check-setup. Set HOME and TZDIR
for tests.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 126f4e341d..bb944fbf9e 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -321,6 +321,8 @@ dist_patch_DATA = \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/doxygen-test.patch \ gnu/packages/patches/doxygen-tmake.patch \ + gnu/packages/patches/duplicity-piped-password.patch \ + gnu/packages/patches/duplicity-test_selection-tmp.patch \ gnu/packages/patches/emacs-configure-sh.patch \ gnu/packages/patches/eudev-rules-directory.patch \ gnu/packages/patches/file-CVE-2014-3587.patch \ |