diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-02 14:32:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-05 17:00:17 +0200 |
commit | fb21085d25f6f4f97a17f86a5af392581cd900bd (patch) | |
tree | ad4299ba4234c4896b3c8fee43ffcafd4a3be4b1 /gnu | |
parent | 502e43aa45ddbce6504208ff70536e2e5dc88069 (diff) |
gnu: go-std: Make public.
* gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New
variables.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5cf925f199..b274e5f838 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -870,6 +870,11 @@ in the style of communicating sequential processes (@dfn{CSP}).") (description (package-description go)) (license (package-license go)))) +;; Make those public so they have a corresponding Cuirass job. +(define-public go-std-1.14 (make-go-std go-1.14)) +(define-public go-std-1.16 (make-go-std go-1.16)) +(define-public go-std-1.17 (make-go-std go-1.17)) + (define-public go-0xacab-org-leap-shapeshifter (let ((commit "0aa6226582efb8e563540ec1d3c5cfcd19200474") (revision "12")) |