Hi Maxime, Maxime Devos writes: >> + (modify-phases %standard-phases >> + (add-before 'check 'fix-library-loading >> + (lambda _ >> + (setenv "PYTHONPATH" (string-append (getenv "PYTHONPATH") ":.")) >> + #t)) > > Returning #t is not required anymore, please remove. The warning that results if > a phase doesn't return #t has been removed on core-updates. Oh cool, done, going to have to get rid of the habit of adding it :-). > > No other comments, thanks for updating. > Warning: I haven't tested the patch. Thanks for the review! Pushed with fca8ef0d765f47faed88100e3c9734cfab3768cd. Pierre