Carlos Carleos <carl...@uniovi.es> skribis: > Ludovic Courtès <l...@gnu.org> escribió / skribis [*]: > >> I think you did not authorize installation of substitutes signed by >> hydra.gnu.org (info "(guix) Substitutes"): >> >> guix archive --authorize < hydra.gnu.org.pub > > The substitutes gave many > > @ substituter-started ... > [...] > @ substituted-succeded ...
Commit b6b097a improves that by changing ‘guix package’ to not print those ‘@’ lines. > ERROR: In procedure scm-error: > ERROR: no code for module (system reader library) Commit 6ec2e6b fixes that by “propagating” Guile-Reader from Skribilo. The effect is that when Skribilo is installed in a profile, Guile-Reader is automatically installed as well. Thanks, Ludo’.