Arun Isaac schreef op wo 30-03-2022 om 14:53 [+0530]: >             ,@(cond > +              ((target-riscv64?) > +               '((add-after 'unpack 'force-bootstrap > +                   (lambda _ > +                     ;; gsl ships with an old configure script that does not > +                     ;; support riscv64. Regenerate it. > +                     (delete-file "configure"))))) > + WDYT of making this unconditional? Two benefits: * if Guix is ported to another new architecture, then no changes are necessary to the package definition. * 'configure' and 'Makefile.in' are not source code, and more difficult to audit for things like malware than 'configure.ac' and 'Makefile.am'. Greetings, Maxime.