summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rodion/packages/go.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/rodion/packages/go.scm b/rodion/packages/go.scm
index dcb4e16..dbe690a 100644
--- a/rodion/packages/go.scm
+++ b/rodion/packages/go.scm
@@ -45,31 +45,6 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
-(define-public go-1.22
- (package
- (inherit go-1.21)
- (name "go")
- (version "1.22.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/golang/go")
- (commit (string-append "go" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn"))))
- (arguments
- (substitute-keyword-arguments (package-arguments go-1.21)
- ((#:phases phases)
- #~(modify-phases #$phases
- (delete 'unpatch-perl-shebangs)))))
- (native-inputs
- ;; Go 1.22 requires Go 1.20 or later as the bootstrap toolchain.
- (alist-replace "go"
- (list go-1.21)
- (package-native-inputs go-1.21)))))
-
(define-public go-github-com-andybalholm-brotli-new
(package
(name "go-github-com-andybalholm-brotli-new")
@@ -96,9 +71,6 @@ the @code{c2go} tool at
@url{https://github.com/andybalholm/c2go,https://github.com/andybalholm/c2go}.")
(license license:expat)))
-
-(define-public go-std-1.22 (make-go-std go-1.22))
-
(define-public go-github-com-x448-float16
(package
(name "go-github-com-x448-float16")