mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: lf: Remove input labels.
* gnu/packages/disk.scm (lf)[native-inputs]: Remove input labels.
This commit is contained in:
parent
bbdd8c35e8
commit
4b13273d3a
1 changed files with 2 additions and 4 deletions
|
@ -1110,10 +1110,8 @@ (define-public lf
|
|||
"1piym8za0iw2s8yryh39y072f90mzisv89ffvn1jzb71f71mbfqa"))))
|
||||
(build-system go-build-system)
|
||||
(native-inputs
|
||||
`(("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth)
|
||||
("go-golang-org-x-term" ,go-golang-org-x-term)
|
||||
("go-gopkg-in-djherbis-times-v1" ,go-gopkg-in-djherbis-times-v1)
|
||||
("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)))
|
||||
(list go-github.com-mattn-go-runewidth go-golang-org-x-term
|
||||
go-gopkg-in-djherbis-times-v1 go-github-com-gdamore-tcell-v2))
|
||||
(arguments
|
||||
`(#:import-path "github.com/gokcehan/lf"))
|
||||
(home-page "https://github.com/gokcehan/lf")
|
||||
|
|
Loading…
Reference in a new issue