diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-06 15:18:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-06 15:18:44 +0200 |
commit | 42e735dfc78ff89aff8a6e6e6dc60142f4ee2bf3 (patch) | |
tree | 21ed16a42e0c176c2dca85bb5f63ea7694cace8e /gnu-system.am | |
parent | 18bf40a087bbb9d671f9fcb9ff6e26b94ba02ffa (diff) | |
download | patches-42e735dfc78ff89aff8a6e6e6dc60142f4ee2bf3.tar patches-42e735dfc78ff89aff8a6e6e6dc60142f4ee2bf3.tar.gz |
gnu: gmp: Skip unreliable test.
* gnu/packages/patches/gmp-faulty-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/multiprecision.scm (gmp)[source]: Use it.
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 4db5db58ec..cdae0ed1b9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -474,6 +474,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-o-largefile.patch \ gnu/packages/patches/glibc-versioned-locpath.patch \ gnu/packages/patches/gmp-arm-asm-nothumb.patch \ + gnu/packages/patches/gmp-faulty-test.patch \ gnu/packages/patches/gnucash-price-quotes-perl.patch \ gnu/packages/patches/gnutls-doc-fix.patch \ gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch \ |