guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 6d87dd1c7a48d946da7bd2f081fce409dc0aacce
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 09:45:42 2026 +0100
gnu: Remove go-golang-org-x-sys-bootstrap.
Leaf, hidden and not in use bootstrap variant.
* gnu/packages/golang-build.scm (go-golang-org-x-sys-bootstrap): Delete
variable.
Change-Id: Ic6291f098ec382bd1c6f87e882028817ff835356
---
gnu/packages/golang-build.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index bc6f3fbe03..018d70c113 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1199,17 +1199,6 @@ cancellation for groups of goroutines working on
subtasks of a common task
low-level interaction with the operating system.")
(license license:bsd-3)))
-(define-public go-golang-org-x-sys-bootstrap
- (hidden-package
- (package
- (inherit go-golang-org-x-sys)
- (arguments
- (list #:skip-build? #t
- #:tests? #f
- #:import-path "golang.org/x/sys"))
- (native-inputs '())
- (propagated-inputs '()))))
-
;; This is the only one dependency for esbuild, which is the main tool to
;; produce all Node packages, keep it away from other golang.
(define-public go-golang-org-x-sys-for-esbuild