[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/18: gnu: go-golang-org-x-sys: Fix indentation.
From: |
guix-commits |
Subject: |
16/18: gnu: go-golang-org-x-sys: Fix indentation. |
Date: |
Thu, 20 Jun 2024 07:55:59 -0400 (EDT) |
sharlatan pushed a commit to branch wip-go-team
in repository guix.
commit e8f11ba32e334e3577a1e0b55fbc563fa15fd48c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 20 10:10:25 2024 +0100
gnu: go-golang-org-x-sys: Fix indentation.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Re indent.
Change-Id: I63f95e9fb8d6d633fbb0642100c60d5df9121730
---
gnu/packages/golang-build.scm | 60 +++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index e744d16e5a..9bc9802d19 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -307,37 +307,37 @@ cancelation for groups of goroutines working on subtasks
of a common task
(license license:bsd-3)))
(define-public go-golang-org-x-sys
- (package
- (name "go-golang-org-x-sys")
- (version "0.21.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/sys")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "000fcyi863sbmamdn3cwfv3s3z9ls5l34xnjavcbgjs591ghki8y"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "golang.org/x/sys"
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX: Workaround for go-build-system's lack of Go modules
- ;; support.
- (delete 'build)
- (replace 'check
- (lambda* (#:key tests? import-path #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./..."))))))))
- (home-page "https://go.googlesource.com/sys")
- (synopsis "Go support for low-level system interaction")
- (description "This package provides supplemental libraries offering Go
+ (package
+ (name "go-golang-org-x-sys")
+ (version "0.21.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/sys")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "000fcyi863sbmamdn3cwfv3s3z9ls5l34xnjavcbgjs591ghki8y"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "golang.org/x/sys"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; XXX: Workaround for go-build-system's lack of Go modules
+ ;; support.
+ (delete 'build)
+ (replace 'check
+ (lambda* (#:key tests? import-path #:allow-other-keys)
+ (when tests?
+ (with-directory-excursion (string-append "src/" import-path)
+ (invoke "go" "test" "-v" "./..."))))))))
+ (home-page "https://go.googlesource.com/sys")
+ (synopsis "Go support for low-level system interaction")
+ (description "This package provides supplemental libraries offering Go
support for low-level interaction with the operating system.")
- (license license:bsd-3)))
+ (license license:bsd-3)))
(define-public go-golang-org-x-term
(package
- branch wip-go-team updated (3c59a78345 -> 63c78c19c9), guix-commits, 2024/06/20
- 03/18: gnu: go-github-com-golang-protobuf-proto: Adjust package name., guix-commits, 2024/06/20
- 06/18: gnu: nncp: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 07/18: gnu: dstask: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 08/18: gnu: Remove go-golang.org-x-sync-errgroup., guix-commits, 2024/06/20
- 09/18: gnu: Remove go-golang.org-x-sync-semaphore., guix-commits, 2024/06/20
- 10/18: gnu: go-golang-org-x-sync: Enable tests., guix-commits, 2024/06/20
- 14/18: gnu: go-golang-org-x-sys: Enable tests., guix-commits, 2024/06/20
- 16/18: gnu: go-golang-org-x-sys: Fix indentation.,
guix-commits <=
- 17/18: gnu: go-golang-org-x-crypto: Update to 0.14.0., guix-commits, 2024/06/20
- 02/18: gnu: go-github-com-golang-protobuf-proto: Update to 1.5.3., guix-commits, 2024/06/20
- 05/18: gnu: docker: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 01/18: gnu: go-google-golang-org-protobuf: Update to 1.31.0., guix-commits, 2024/06/20
- 04/18: gnu: skopeo: Apply "-trimpath" flag., guix-commits, 2024/06/20
- 12/18: gnu: go-golang-org-x-sync: Fix indentation., guix-commits, 2024/06/20
- 13/18: gnu: go-golang-org-x-sync: Improve description., guix-commits, 2024/06/20
- 11/18: gnu: go-golang-org-x-sync: Update to 0.7.0., guix-commits, 2024/06/20
- 15/18: gnu: go-golang-org-x-sys: Update to 0.21.0., guix-commits, 2024/06/20
- 18/18: gnu: matterbridge: Swap to go-build-system., guix-commits, 2024/06/20