guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: go-std: Make public.


From: guix-commits
Subject: 01/04: gnu: go-std: Make public.
Date: Sun, 5 Jun 2022 11:01:02 -0400 (EDT)

civodul pushed a commit to branch staging
in repository guix.

commit fb21085d25f6f4f97a17f86a5af392581cd900bd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 2 14:32:24 2022 +0200

    gnu: go-std: Make public.
    
    * gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New
    variables.
---
 gnu/packages/golang.scm | 5 +++++
 1 file changed, 5 insertions(+)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]