mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
committed by
Andreas Enge
parent
58efd7e9f7
commit
5ea0b431b3
@@ -1,5 +1,5 @@
|
||||
;;; 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>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
@@ -54,9 +54,6 @@
|
||||
(substitute* "lib/stdio.in.h"
|
||||
(("_GL_WARN_ON_USE \\(gets.*") ""))))))
|
||||
(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
Block a user