Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes:
> civodul pushed a commit to branch master > in repository guix. > > commit 0818c01aefbaa7ecce5e310ec5f70886850a7f9c > Author: Diego Nicola Barbato <dnbarb...@posteo.de> > Date: Fri Apr 6 13:43:54 2018 +0200 > > gnu: libfive: Add snippet, enable tests and remove obsolete phase. > > * gnu/packages/engineering.scm (libfive)[source]: Add snippet to > remove bundled catch. [...] > + (snippet > + ;; Remove bundled catch since we provide our own. > + '(delete-file "libfive/test/catch.hpp")))) It would be good to try to avoid adding more phases or snippets that return unspecified values. I fixed every snippet in 'core-updates', but I guess more passes will be needed as these errors continue to be introduced. Mark