mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sane-backends: Disable genesys_unit_tests.
Fixes <https://bugs.gnu.org/39449>. * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>: Add disable-failing-backend-tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0a193d321b
commit
5f6ce90a90
1 changed files with 7 additions and 0 deletions
|
@ -131,6 +131,13 @@ (define-public sane-backends
|
|||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'disable-backends)
|
||||
(add-after 'disable-failing-tests 'disable-failing-backend-tests
|
||||
(lambda _
|
||||
;; Disable test that fails on i686:
|
||||
;; <https://bugs.gnu.org/39449>
|
||||
(substitute* "testsuite/backend/genesys/Makefile.in"
|
||||
((" genesys_unit_tests\\$\\(EXEEXT\\)") ""))
|
||||
#t))
|
||||
(add-after 'unpack 'add-backends
|
||||
(lambda _
|
||||
(substitute* "backend/dll.conf.in"
|
||||
|
|
Loading…
Reference in a new issue