Christopher Rodriguez schreef op di 22-03-2022 om 22:30 [-0400]: > +                  (lambda* (#:key inputs outputs #:allow-other-keys) > +                           (setenv "CC" "gcc") This is broken when cross-compiling, try 'cc-for-target'. Additionally, 'outputs' and 'inputs' are unused here. Greetings, Maxime.