mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: idutils: Remove now unnecessary ‘XFAIL_TESTS’ flag.
This is unnecessary since the switch to glibc 2.41. * gnu/packages/idutils.scm (idutils)[arguments]: Remove. Change-Id: I0fb6a1c0c7d70fc59e94acc54c3522b4fe92ad00 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
58efd7e9f7
commit
5ea0b431b3
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012, 2013, 2015, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012-2013, 2015, 2021, 2025 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.
|
||||||
|
@ -54,9 +54,6 @@
|
||||||
(substitute* "lib/stdio.in.h"
|
(substitute* "lib/stdio.in.h"
|
||||||
(("_GL_WARN_ON_USE \\(gets.*") ""))))))
|
(("_GL_WARN_ON_USE \\(gets.*") ""))))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue