gnu: idutils: Skip failing Gnulib tests.
* gnu/packages/idutils.scm (idutils)[arguments]: New field.master
parent
83168079ac
commit
12a664a90e
|
@ -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")
|
||||
|
|
Reference in New Issue