diff options
author | Thomas Danckaert <post@thomasdanckaert.be> | 2017-01-23 19:21:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-23 19:35:31 +0100 |
commit | 2903ee1ea51fffa4e62d18d9f6807c8956fc4c8d (patch) | |
tree | adaa35e3b470a9f176a111ef84fb58f5938c4549 /gnu/local.mk | |
parent | 82110ef658375fd1e8d470ddb7b5e1c5aa116fad (diff) | |
download | guix-2903ee1ea51fffa4e62d18d9f6807c8956fc4c8d.tar guix-2903ee1ea51fffa4e62d18d9f6807c8956fc4c8d.tar.gz |
gnu: duplicity: Update to 0.7.11.
* gnu/packages/backup.scm (duplicity): Update to 0.7.11.
[source]: Remove patches.
[inputs]: Add lftp, update gnupg, remove python-2, make python2-lockfile a
propagated input, make python2-mock a native-input.
[propagated-inputs]: Add python2-lockfile, python2-urllib3.
[native-inputs]: Add python2-pexpect, python2-mock.
[arguments]: Add build phase to embed gnupg store name.
* gnu/packages/patches/duplicity-piped-password.patch: Delete it.
* gnu/packages/patches/duplicity-test_selection-tmp.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove patches.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3d8e462d63..0026e85a31 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -528,8 +528,6 @@ dist_patch_DATA = \ %D%/packages/patches/doc++-include-directives.patch \ %D%/packages/patches/doc++-segfault-fix.patch \ %D%/packages/patches/doxygen-test.patch \ - %D%/packages/patches/duplicity-piped-password.patch \ - %D%/packages/patches/duplicity-test_selection-tmp.patch \ %D%/packages/patches/elfutils-tests-ptrace.patch \ %D%/packages/patches/elixir-disable-failing-tests.patch \ %D%/packages/patches/einstein-build.patch \ |