aboutsummaryrefslogtreecommitdiff
path: root/tests/openpgp.scm
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-20 23:34:17 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-21 15:45:36 +0200
commitfccc0275091af10a46471c68df525d19f446af9e (patch)
treee8bdb3f98533b683d01b33ae05efb3d4c620969e /tests/openpgp.scm
parentb15c3dd9b0e9cf6858f730e1d46c35ed9ab6a758 (diff)
downloadguix-fccc0275091af10a46471c68df525d19f446af9e.tar.gz
guix-fccc0275091af10a46471c68df525d19f446af9e.zip
gnu: guile: Fix failing tests on IA32.
Fixes <https://issues.guix.gnu.org/49368>. * gnu/packages/guile.scm (guile-3.0)[arguments]<#:configure-flags>: Add "-fexcess-precision=standard" to CFLAGS when (target-x86-32?) is true. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/openpgp.scm')
0 files changed, 0 insertions, 0 deletions
td>2017-11-08gnu: Improve error reporting of the use-.*modules macros....Suggested by Julien Lepiller and myglc2 at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>. * gnu.scm (%try-use-modules): New procedure. (package-module-hint, service-module-hint): New procedures. (try-use-modules): New macro. (use-package-modules, use-service-modules, use-system-modules): Use it. * tests/guix-system.sh: Test it. Ludovic Courtès