diff options
author | Mark H Weaver <mhw@netris.org> | 2016-03-17 19:03:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-03-17 19:05:08 -0400 |
commit | e3d3546edab80d9d14b6caa4e4f05e57938c645b (patch) | |
tree | 56d47f89a6e2a6a65e39d58bb6f889316e93cf3e /gnu-system.am | |
parent | b879b3e848d9cf4f4cc39ba8164f8b6be346313c (diff) | |
download | guix-e3d3546edab80d9d14b6caa4e4f05e57938c645b.tar guix-e3d3546edab80d9d14b6caa4e4f05e57938c645b.tar.gz |
gnu: libotr: Fix tests on mips64el.
* gnu/packages/patches/libotr-test-auth-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (libotr)[source]: Add patch.
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 634093ab6e..ff53b3eb04 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -582,6 +582,7 @@ dist_patch_DATA = \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libmtp-devices.patch \ gnu/packages/patches/liboop-mips64-deplibs-fix.patch \ + gnu/packages/patches/libotr-test-auth-fix.patch \ gnu/packages/patches/liblxqt-include.patch \ gnu/packages/patches/libmad-armv7-thumb-pt1.patch \ gnu/packages/patches/libmad-armv7-thumb-pt2.patch \ |