me
/
guix
Archived
1
0
Fork 0

gnu: diffutils: Add large-subopt to XFAIL_TESTS for the hurd.

* gnu/packages/base.scm (diffutils)[arguments]: Add large-subopt to
XFAIL_TESTS for the hurd.
Christopher Baines 2022-10-30 20:52:24 +00:00
parent 2b21d60a94
commit 8b8430c0ad
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ differences.")
(build-system gnu-build-system)
(arguments
`(#:make-flags ,(if (hurd-target?)
''("XFAIL_TESTS=test-perror2")
''("XFAIL_TESTS=test-perror2 large-subopt")
''())))
(native-inputs (list perl))
(synopsis "Comparing and merging files")