diff options
-rw-r--r-- | guix/build-system/go.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm index 8e03efa2eb..90e63640c1 100644 --- a/guix/build-system/go.scm +++ b/guix/build-system/go.scm @@ -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 |