me
/
guix
Archived
1
0
Fork 0

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>
master
Leo Prikler 2020-02-06 23:39:55 +01:00 committed by Ludovic Courtès
parent 0a193d321b
commit 5f6ce90a90
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -131,6 +131,13 @@ package contains the library, but no drivers.")
((#: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"