~ruther/guix-local

274b71bdcebde64a23c4f0e05eef654e68fe6bb9 — ngraves 10 months ago b1b381a
build-system/go: Fix substitutable? inconsistency.

This inconsistency blocks https://codeberg.org/guix/guix/pulls/133

* guix/build-system/go.scm (go-build): Fix substitutable? inconsistency.

Change-Id: Ie47448bfa350458b291c4a5bddd8844317a66d30
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build-system/go.scm
M guix/build-system/go.scm => guix/build-system/go.scm +1 -1
@@ 229,7 229,6 @@ commit hash and its date rather than a proper release tag."
                    #:system #$system
                    #:phases #$phases
                    #:outputs #$(outputs->gexp outputs)
                    #:substitutable? #$substitutable?
                    #:goarch #$goarch
                    #:goos #$goos
                    #:embed-files #$embed-files


@@ 253,6 252,7 @@ commit hash and its date rather than a proper release tag."
                                                  system #:graft? #f)))
    (gexp->derivation name builder
                      #:system system
                      #:substitutable? substitutable?
                      #:guile-for-build guile)))

(define* (go-cross-build name