diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 18:28:45 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-01 22:38:25 +0100 |
commit | fd05d7ecd9f021b6c52a6d27669188b44305c79d (patch) | |
tree | 86c6d8408df2ea598327362aad3ffa84f967f3d2 /gnu/local.mk | |
parent | 47055b273a7d616ec4362e439287914b442797a3 (diff) | |
download | guix-fd05d7ecd9f021b6c52a6d27669188b44305c79d.tar.gz guix-fd05d7ecd9f021b6c52a6d27669188b44305c79d.zip |
gnu: libevent: Skip tests that fail on 32bit.
* gnu/packages/patches/libevent-2.1-skip-failing-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libevent.scm (libevent)[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 da4dbb0d24..ac167b23fa 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -676,6 +676,7 @@ dist_patch_DATA = \ %D%/packages/patches/libevent-2.0-evdns-fix-searching-empty-hostnames.patch \ %D%/packages/patches/libevent-2.0-evutil-fix-buffer-overflow.patch \ %D%/packages/patches/libevent-2.1-dns-tests.patch \ + %D%/packages/patches/libevent-2.1-skip-failing-test.patch \ %D%/packages/patches/libextractor-ffmpeg-3.patch \ %D%/packages/patches/libjxr-fix-function-signature.patch \ %D%/packages/patches/libjxr-fix-typos.patch \ |