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
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\\)")
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))"))
#