mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lf: Fix build.
* gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): New public variable. * gnu/packages/disk.scm (lf)[native-inputs]: Use it instead of go-github-com-gdamore-tcell-v2. Reported by Tyler Wolf <https://issues.guix.gnu.org/59663>.
This commit is contained in:
parent
f33ab4713b
commit
b0801110cc
2 changed files with 17 additions and 1 deletions
|
@ -1142,6 +1142,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
|
|||
(define-public lf
|
||||
(package
|
||||
(name "lf")
|
||||
;; When updating, remove go-github-com-gdamore-tcell-v2-2.3 from golang.scm.
|
||||
(version "27")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -1155,7 +1156,7 @@ on your file system and offers to remove it. @command{rmlint} can find:
|
|||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
(list go-github.com-mattn-go-runewidth go-golang-org-x-term
|
||||
go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2))
|
||||
go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2-2.3))
|
||||
(arguments
|
||||
`(#:import-path "github.com/gokcehan/lf"))
|
||||
(home-page "https://github.com/gokcehan/lf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue