Re: [PATCH] Add audit.

2016-02-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> the tests for this package cannot easily be fixed by >> >>#:phases >>(modify-phases %standard-phases >> (add-after 'unpack 'fix-tests >>(lambda _ >> (substitute* "auparse/test/auparse_test.r

Re: [PATCH] Add audit.

2016-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > the tests for this package cannot easily be fixed by > >#:phases >(modify-phases %standard-phases > (add-after 'unpack 'fix-tests >(lambda _ > (substitute* "auparse/test/auparse_test.ref" >(("\\(root\\)")

[PATCH] Add audit.

2016-01-13 Thread Ricardo Wurmus
Hi Guix, the tests for this package cannot easily be fixed by #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-tests (lambda _ (substitute* "auparse/test/auparse_test.ref" (("\\(root\\)") "(unknown(0))")) #