Thomas Albers via Guix-patches via schreef op di 21-09-2021 om 16:17 [+0200]: > > [...] > (arguments > `(#:phases > @@ -2372,13 +2373,12 @@ special variant of additive synthesis.") > (lambda _ > (substitute* "src/GUI/editor_pane.c" > (("/usr/bin/unzip") (which "unzip"))) Needs to be (string-append (assoc-ref inputs "unzip") "/bin/unzip") for cross-compilation. > - (substitute* "src/GUI/GUI.cc" > + (substitute* "src/GUI/MainMenu.cpp" > (("/usr/bin/which") (which "which"))) Likewise. Greetings, Maxime.