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:
Ludovic Courtès 2025-07-27 23:27:25 +02:00 committed by Andreas Enge
parent 58efd7e9f7
commit 5ea0b431b3
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")