> [PATCH 1/1] build: Fix cross compilation for go-build-system Nice. > + ;; Set the output path for the build > + (string-append "-o=" > + (assoc-ref outputs "out") "/bin/" > + (package-name->name+version > + (strip-store-file-name (assoc-ref outputs "out")))) Maybe add a comment on why the simpler "GOBIN" isn't used instead, such that it won't be incorrectly simplified in the future. I'm not sure if this is correct though, what if the name of the binary differs from the package name? Or was if the go package has multiple binaries? I found it at , but it doesn't seem to be in data.guix-patches.cbaines.net anymore, maybe you could resend the patch as a v2? Greetings, Maxime.