mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
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.
This commit is contained in:
parent
2b21d60a94
commit
8b8430c0ad
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ (define-public diffutils
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue