Leo Nikkilä schreef op vr 25-03-2022 om 15:31 [+0200]: > +       (let ((glob-path "google.golang.org/protobuf/...")) > +         (modify-phases %standard-phases > +           (replace 'build > +             (lambda args > +               (apply (assoc-ref %standard-phases > +                                 'build) > +                      `(,@args #:import-path > +                        ,glob-path)))) What are ‘glob paths’ here? They don't appear to be used anywhere else in Guix. What's the problem with the default build phase?