1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-05 15:54:07 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2026-05-01 09:45:42 +01:00
parent 89ef51dfec
commit b2bbafa33f
-11
View File
@@ -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