1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: go-github-com-delthas-tcell-v2: New variable.

This fork is used by senpai 0.3.

* gnu/packages/golang.scm (go-github-com-delthas-tcell-v2): New variable.

Change-Id: Ifc15544e2e78215a4f6cdc36cd316dd10fa0071e
This commit is contained in:
Mazin Alhaddad 2024-11-02 10:40:28 +03:00 committed by Christopher Baines
parent 02477c6a4f
commit 1f9930d9a2
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4930,6 +4930,27 @@ systems.")
(modify-inputs (package-inputs go-github-com-gdamore-tcell)
(prepend go-golang-org-x-term go-golang-org-x-sys)))))
(define-public go-github-com-delthas-tcell-v2
;; TODO This variant allows upgrading senpai, and looks to be unnecessary in
;; the next release of senpai
(hidden-package
(package
(inherit go-github-com-gdamore-tcell)
(name "go-github-com-delthas-tcell")
(version "2.4.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/delthas/tcell")
(commit "837a7d7")))
(file-name (git-file-name name version))
(sha256
(base32 "05zr73q38dawl7hr6g7v4pkyv6mqr0zp2l9qsgn7xmf1p9q4bn7j"))))
(propagated-inputs (modify-inputs (package-inputs
go-github-com-gdamore-tcell)
(prepend go-golang-org-x-term go-golang-org-x-sys))))))
(define-public go-git-sr-ht-rockorager-tcell-term
(package
(name "go-git-sr-ht-rockorager-tcell-term")