diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm index 33a6b081e3..45e51450ce 100644 --- a/guix/build-system/go.scm +++ b/guix/build-system/go.scm @@ -249,6 +249,7 @@ commit hash and its date rather than a proper release tag." system #:graft? #f))) (gexp->derivation name builder #:system system + #:graft? #f #:substitutable? substitutable? #:guile-for-build guile)))