diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-06-13 18:39:06 +0200 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-07-20 10:11:37 +0200 |
| commit | 10059113431fc6fdbcd94351e14881af5dda907c (patch) | |
| tree | f6c22527333abda31b13f9cab361c1858ce2749c /gnu/packages/gettext.scm | |
| parent | 8c5891d50ba90b1e00edd445e1cf9ab1e1e4a449 (diff) | |
gnu: po4a: Skip failing test on the Hurd.
* gnu/packages/gettext.scm (po4a)[arguments]: When building natively on the
Hurd, add phase 'skip-tests/hurd'.
Diffstat (limited to 'gnu/packages/gettext.scm')
| -rw-r--r-- | gnu/packages/gettext.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 947bffe3ba9..b3dd844147d 100644 --- a/gnu/packages/gettext.scm +++ b/gnu/packages/gettext.scm | |||
| @@ -279,7 +279,14 @@ from Markdown files.") | |||
| 279 | (add-before 'check 'disable-failing-tests | 279 | (add-before 'check 'disable-failing-tests |
| 280 | (lambda _ | 280 | (lambda _ |
| 281 | ;; FIXME: fails despite of importing SGMLS | 281 | ;; FIXME: fails despite of importing SGMLS |
| 282 | (delete-file "t/fmt-sgml.t")))))) | 282 | (delete-file "t/fmt-sgml.t"))) |
| 283 | #$@(if (system-hurd?) | ||
| 284 | #~((add-after 'unpack 'skip-tests/hurd | ||
| 285 | (lambda _ | ||
| 286 | (delete-file "t/cfg-multi.t") | ||
| 287 | (delete-file "t/cfg-single.t") | ||
| 288 | (delete-file "t/cfg-split.t")))) | ||
| 289 | #~())))) | ||
| 283 | (native-inputs | 290 | (native-inputs |
| 284 | (list gettext-minimal | 291 | (list gettext-minimal |
| 285 | perl-module-build | 292 | perl-module-build |
