mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
Revert "gnu: sed: Skip failing test on GNU/Hurd."
This reverts commit 7797570479
, as
the gnulib "tests-perror2" test now passes.
This commit is contained in:
parent
f719a4086c
commit
3cc72873d3
1 changed files with 0 additions and 4 deletions
|
@ -183,10 +183,6 @@ (define-public sed
|
|||
" CONFIG_HEADER='$(CONFIG_HEADER)'\t\t\\\n")))))
|
||||
(modules '((guix build utils)))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags ,(if (target-hurd?)
|
||||
''("XFAIL_TESTS=test-perror2")
|
||||
''())))
|
||||
(synopsis "Stream editor")
|
||||
(native-inputs (list perl)) ;for tests
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue