Philip McGrath schreef op di 03-05-2022 om 14:33 [-0400]: > -       ;; help with debugging, but it confuses `install-license-files`. [...] > +             ;; workaround for install-license-files > +             (lambda* (#:key out-of-source? #:allow-other-keys) > +               (when out-of-source? > +                 (with-directory-excursion ".." > +                   (symlink "src" > +                            (package-name->name+version > +                             (strip-store-file-name #$output)))))))))) Surely we could fix this bug/limitation of install-license-files upstream (in this case, upstream=Guix)? Greetings, Maxime.