summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-05-08 23:37:35 +0200
committerLudovic Courtès <ludo@gnu.org>2022-05-09 00:07:32 +0200
commit4b13273d3a85f1a022dea1a462f84cbffc04a825 (patch)
treeb5001d64a26b9e6ca1809c9b36120e39579d73ee /gnu/packages/disk.scm
parentbbdd8c35e826fabc62384c89a931050656533123 (diff)
downloadguix-patches-4b13273d3a85f1a022dea1a462f84cbffc04a825.tar
guix-patches-4b13273d3a85f1a022dea1a462f84cbffc04a825.tar.gz
gnu: lf: Remove input labels.
* gnu/packages/disk.scm (lf)[native-inputs]: Remove input labels.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index c572405d47..d03c915f9d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1110,10 +1110,8 @@ on your file system and offers to remove it. @command{rmlint} can find:
"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")