diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-18 09:53:44 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-18 10:24:03 -0500 |
commit | 945b6721ebe4ba61396d5e618a76ae3f0199271a (patch) | |
tree | 0f824b92729252ebd4055f4c239e96ce056b05f9 /gnu/local.mk | |
parent | 1ba67b6286726c86033cb061c29f4864510cf553 (diff) | |
download | patches-945b6721ebe4ba61396d5e618a76ae3f0199271a.tar patches-945b6721ebe4ba61396d5e618a76ae3f0199271a.tar.gz |
gnu: vdirsyncer: Don't fail the test suite when the build machine is slow.
* gnu/packages/patches/vdirsyncer-test-suite-slow-machines.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dav.scm (vdirsyncer)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 060de25357..ca415ec48f 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -954,6 +954,7 @@ dist_patch_DATA = \ %D%/packages/patches/util-linux-tests.patch \ %D%/packages/patches/upower-builddir.patch \ %D%/packages/patches/valgrind-enable-arm.patch \ + %D%/packages/patches/vdirsyncer-test-suite-slow-machines.patch \ %D%/packages/patches/vim-CVE-2017-5953.patch \ %D%/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch \ %D%/packages/patches/vorbis-tools-CVE-2014-9640.patch \ |