On Tue, 2021-03-09 at 14:39 -0500, Timothy Sample wrote: > [...] > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (inputs > + `(("guile" ,guile-3.0))) Shouldn't the "guile" input be included in the native-inputs as well (perhaps only native-inputs suffices), for cross-compilation? Guile's compiled .go are architecture-dependent. (Make sure the --target= option is passed to "guild compile" in the Makefile.am if it isn't already.) Maxime.