diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-20 01:38:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-20 01:38:56 -0400 |
commit | 180a93c72a69e6e322da1226c4d439a321279490 (patch) | |
tree | e17b44767df911fa4058395ec5b9d35466a77a30 /gnu-system.am | |
parent | d80b0d4af54c56a2628ee285631cdcce2b21fd58 (diff) | |
download | guix-180a93c72a69e6e322da1226c4d439a321279490.tar guix-180a93c72a69e6e322da1226c4d439a321279490.tar.gz |
gnu: gsl: Fix poly test on i686.
* gnu/packages/patches/gsl-poly-test-fix-pt1.patch,
gnu/packages/patches/gsl-poly-test-fix-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/maths.scm (gsl)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 82a8677d63..81cfd7bfff 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -450,6 +450,8 @@ dist_patch_DATA = \ gnu/packages/patches/grep-CVE-2015-1345.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/grub-freetype.patch \ + gnu/packages/patches/gsl-poly-test-fix-pt1.patch \ + gnu/packages/patches/gsl-poly-test-fix-pt2.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-arm-fixes.patch \ gnu/packages/patches/guile-default-utf8.patch \ |