mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: countdown: Remove input labels.
* gnu/packages/time.scm (countdown) [native-inputs]: Remove labels. Change-Id: Ic2ebb39885ae351da5987721f92c1e21e1e15b58
This commit is contained in:
parent
bc4a097d8b
commit
4259ca9925
1 changed files with 3 additions and 2 deletions
|
@ -674,9 +674,10 @@ (define-public countdown
|
|||
(base32 "0snz26dvj8v58fyzd51bcf07b5yp2akcyy26w7b0pnkmlh3lknmk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/antonmedv/countdown"))
|
||||
(list
|
||||
#:import-path "github.com/antonmedv/countdown"))
|
||||
(native-inputs
|
||||
`(("termbox" ,go-github.com-nsf-termbox-go)))
|
||||
(list go-github.com-nsf-termbox-go))
|
||||
(home-page "https://github.com/antonmedv/countdown")
|
||||
(synopsis "Counts to zero with a text user interface")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue