Evgeny Pisemsky schreef op vr 11-02-2022 om 22:00 [+0300]: > +     `(#:use-setuptools? #f > +       #:phases > +       (modify-phases %standard-phases > +         (delete 'build) > + [replace the install phase] Most of the time (but not always!), the default build and install phases and the default of #:use-setuptools? is fine. Could you elaborate what is the issue? Greetings, Maxime.