guix-patches
[Top][All Lists]
Advanced

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

[bug#55210] [PATCH 2/3] gnu: Add go-next.


From: Pier-Hugues Pellerin
Subject: [bug#55210] [PATCH 2/3] gnu: Add go-next.
Date: Sun, 1 May 2022 14:58:32 -0400

* gnu/packages/golang.scm (go-next): Add go-next that point to the next
version of Go, allowing to use the latest version without rebuilding everything.
---
 gnu/packages/golang.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 829db82ea2..a9091b67a0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -865,6 +865,11 @@ (define-public go-1.18
                        (package-native-inputs go-1.17)))
     (home-page "https://go.dev";)))
 
+(define-public go-next
+  (package
+    (inherit go-1.18)
+    (name "go-next")))
+
 (define-public (make-go-std go)
   "Return a package which builds the standard library for Go compiler GO."
   (package
-- 
2.35.1






reply via email to

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