me
/
guix
Archived
1
0
Fork 0

gnu: idutils: Skip failing Gnulib tests.

* gnu/packages/idutils.scm (idutils)[arguments]: New field.
master
Ludovic Courtès 2021-09-11 12:47:38 +02:00
parent 83168079ac
commit 12a664a90e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013, 2015, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
@ -51,6 +51,9 @@
"/* BSD stdio derived implementations")))
#t))))
(build-system gnu-build-system)
(arguments
;; XXX: These Gnulib tests fail with GCC 10 and glibc 2.33; skip them.
'(#:make-flags '("XFAIL_TESTS=test-sprintf-posix test-isnanl-nolibm")))
(native-inputs `(("emacs" ,emacs-minimal)))
(home-page "https://www.gnu.org/software/idutils/")
(synopsis "Identifier database utilities")