Hi, Ludovic Courtès writes: > Hi, > > Leo Prikler skribis: > >> * gnu/packages/scanner.scm (sane-backends)[arguments]<#:phases>: >> Add disable-failing-backend-tests. >> --- >> gnu/packages/scanner.scm | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm >> index 6adaba18cd..3f922a4747 100644 >> --- a/gnu/packages/scanner.scm >> +++ b/gnu/packages/scanner.scm >> @@ -131,6 +131,10 @@ 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 _ >> + (substitute* "testsuite/backend/genesys/Makefile.in" >> + ((" genesys_unit_tests\\$\\(EXEEXT\\)") "")))) > > Applied with two things: returning #t, and adding a comment linking to > the bug report. Great, closing then. Thanks! Maxim