From b2bbafa33fdbc82ebc37ee2676dd6cdf0784fba9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 1 May 2026 09:45:42 +0100 Subject: [PATCH] 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 bc6f3fbe039..018d70c1136 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