[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package.
From: |
guix-commits |
Subject: |
18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package. |
Date: |
Sun, 24 Nov 2024 16:48:53 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 075a19b71b4aff60f471ebe4321f64f112dd3f25
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 21:19:12 2024 +0000
gnu: go-github-com-gdamore-tcell-v2: Simplify package.
There are no any *.gz files in output for the package, this change
removes unnecessary custom phase.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2) [name]:
Adjust it to follow naming style for Glang module variants.
[phases]<phases>: Remove 'make-file-writable.
Change-Id: I1c20b769d1d5426ff4ce36d07764284ac29228dd
---
gnu/packages/golang.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 520d6ec264..414f343a56 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4514,7 +4514,7 @@ systems.")
(define-public go-github-com-gdamore-tcell-v2
(package
(inherit go-github-com-gdamore-tcell)
- (name "go-github-com-gdamore-tcell")
+ (name "go-github-com-gdamore-tcell-v2")
(version "2.7.4")
(source (origin
(method git-fetch)
@@ -4526,15 +4526,7 @@ systems.")
(base32
"05b22sgyf8lnwjddxlfvlj7i8b67gnidhbnz86vvx8fddggpa5nd"))))
(arguments
- (list #:import-path "github.com/gdamore/tcell/v2"
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'reset-gzip-timestamps 'make-files-writable
- (lambda _
- ;; Make sure .gz files are writable so that the
- ;; 'reset-gzip-timestamps' phase can do its work.
- (for-each make-file-writable
- (find-files #$output "\\.gz$")))))))
+ (list #:import-path "github.com/gdamore/tcell/v2"))
(propagated-inputs
(modify-inputs (package-inputs go-github-com-gdamore-tcell)
(prepend go-golang-org-x-term go-golang-org-x-sys)))))
- branch go-team updated (00fda872d0 -> b9afd0ae5e), guix-commits, 2024/11/24
- 02/20: gnu: go-github-com-urfave-cli: Update to 1.22.16., guix-commits, 2024/11/24
- 05/20: gnu: go-github-com-xdg-go-scram: Update to 1.1.2., guix-commits, 2024/11/24
- 07/20: gnu: go-github-com-miolini-datacounter: Move to golang-xyz., guix-commits, 2024/11/24
- 19/20: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/11/24
- 04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/11/24
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/11/24
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package.,
guix-commits <=
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24
- 09/20: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/11/24
- 13/20: gnu: kurly: Improve package style., guix-commits, 2024/11/24
- 10/20: gnu: go-github-com-aki237-nscjar: Move to golang-web., guix-commits, 2024/11/24
- 16/20: gnu: lf: Update to 33., guix-commits, 2024/11/24
- 12/20: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/11/24