mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +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:
parent
02477c6a4f
commit
1f9930d9a2
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue