gnu: idutils: Skip failing Gnulib tests.
* gnu/packages/idutils.scm (idutils)[arguments]: New field.
This commit is contained in:
parent
83168079ac
commit
12a664a90e
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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>
|
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -51,6 +51,9 @@
|
||||||
"/* BSD stdio derived implementations")))
|
"/* BSD stdio derived implementations")))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(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)))
|
(native-inputs `(("emacs" ,emacs-minimal)))
|
||||||
(home-page "https://www.gnu.org/software/idutils/")
|
(home-page "https://www.gnu.org/software/idutils/")
|
||||||
(synopsis "Identifier database utilities")
|
(synopsis "Identifier database utilities")
|
||||||
|
|
Reference in a new issue