[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/31: gnu: go-golang-org-x-tools: Move to golang-build.
From: |
guix-commits |
Subject: |
25/31: gnu: go-golang-org-x-tools: Move to golang-build. |
Date: |
Tue, 13 Feb 2024 09:42:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 92df6b5c70288c0ad9bf6e02d96de9de9092b8c2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Feb 10 21:28:17 2024 +0000
gnu: go-golang-org-x-tools: Move to golang-build.
* gnu/packages/golang.scm (go-golang-org-x-tools): Move from here ...
* gnu/packages/golang-build.scm: ... to here.
Change-Id: Ib9a69a5dab73b6f9d935fd0216658f5e4f8cf1f8
---
gnu/packages/golang-build.scm | 39 +++++++++++++++++++++++++++++++++++++++
gnu/packages/golang.scm | 41 -----------------------------------------
2 files changed, 39 insertions(+), 41 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index b2b2872907..87f184fb14 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -373,6 +373,45 @@ processing.")
time.")
(license license:bsd-3))))
+(define-public go-golang-org-x-tools
+ (package
+ (name "go-golang-org-x-tools")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/tools")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "08kx2nndq3sr6xai7403mbsqvz5shxmp2icylfr2fmwagr59cb2n"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ ;; gopls versions are tagged separately, and it is a
+ ;; separate Guix package.
+ (delete-file-recursively "gopls")))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "golang.org/x/tools"
+ ;; Source-only package
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ ;; Source-only package
+ (delete 'build))))
+ (propagated-inputs
+ (list go-github-com-yuin-goldmark
+ go-golang-org-x-mod
+ go-golang-org-x-net
+ go-golang-org-x-sys))
+ (home-page "https://go.googlesource.com/tools/")
+ (synopsis "Tools that support the Go programming language")
+ (description "This package provides miscellaneous tools that support the
+Go programming language.")
+ (license license:bsd-3)))
+
(define-public go-golang-org-x-xerrors
(let ((commit "5ec99f83aff198f5fbd629d6c8d8eb38a04218ca")
(revision "0"))
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fc4ca576cc..341df24bd4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3347,47 +3347,6 @@ expressing configuration which is easy for both humans
and machines to read.")
(home-page "https://github.com/hashicorp/hcl")
(license license:mpl2.0)))
-(define-public go-golang-org-x-tools
- (package
- (name "go-golang-org-x-tools")
- (version "0.5.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/tools")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "08kx2nndq3sr6xai7403mbsqvz5shxmp2icylfr2fmwagr59cb2n"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; gopls versions are tagged separately, and it is a
- ;; separate Guix package.
- (delete-file-recursively "gopls")))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "golang.org/x/tools"
- ;; Source-only package
- #:tests? #f
- #:phases
- (modify-phases %standard-phases
- ;; Source-only package
- (delete 'build))))
- (propagated-inputs
- (list
- go-github-com-yuin-goldmark
- go-golang-org-x-mod
- go-golang-org-x-net
- go-golang-org-x-sys))
- (synopsis "Tools that support the Go programming language")
- (description "This package provides miscellaneous tools that support the
-Go programming language.")
- (home-page "https://go.googlesource.com/tools/")
- (license license:bsd-3)))
-
(define-public go-golang-org-x-crypto
(package
(name "go-golang-org-x-crypto")
- 09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz., (continued)
- 09/31: gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz., guix-commits, 2024/02/13
- 12/31: gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz., guix-commits, 2024/02/13
- 13/31: gnu: go-github-com-blang-semver: Move to golang-xyz., guix-commits, 2024/02/13
- 16/31: gnu: go-golang-org-x-exp: Move to golang-build., guix-commits, 2024/02/13
- 17/31: gnu: go-golang-org-x-mod: Move to golang-build., guix-commits, 2024/02/13
- 15/31: gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz., guix-commits, 2024/02/13
- 18/31: gnu: go-golang-org-x-xerrors: Move to golang-build., guix-commits, 2024/02/13
- 19/31: gnu: go-golang.org-x-sync-errgroup: Move to golang-build., guix-commits, 2024/02/13
- 21/31: gnu: go-golang-org-x-term: Move to golang-build., guix-commits, 2024/02/13
- 20/31: gnu: go-golang-org-x-sync: Move to golang-build., guix-commits, 2024/02/13
- 25/31: gnu: go-golang-org-x-tools: Move to golang-build.,
guix-commits <=
- 27/31: gnu: go-golang-org-x-crypto: Move to golang-build., guix-commits, 2024/02/13
- 29/31: gnu: go-github-com-andybalholm-brotli: Move to golang-compression., guix-commits, 2024/02/13
- 30/31: gnu: go-github.com-ulikunitz-xz: Move to golang-compression., guix-commits, 2024/02/13
- 31/31: teams: go: Add all related files to the scope., guix-commits, 2024/02/13
- 23/31: gnu: go-golang-org-x-text: Move to golang-build., guix-commits, 2024/02/13
- 26/31: gnu: go-golang-org-x-image: Move to golang-build., guix-commits, 2024/02/13
- 28/31: gnu: go-github-com-klauspost-compress: Move to golang-compression., guix-commits, 2024/02/13
- 22/31: gnu: go-golang-org-x-time: Move to golang-build., guix-commits, 2024/02/13
- 24/31: gnu: go-github-com-yuin-goldmark: Move to golang-build., guix-commits, 2024/02/13