Archived
1
0
Fork 0

gnu: countdown: Remove input labels.

* gnu/packages/time.scm (countdown) [native-inputs]: Remove labels.

Change-Id: Ic2ebb39885ae351da5987721f92c1e21e1e15b58
This commit is contained in:
Sharlatan Hellseher 2024-04-06 11:39:07 +01:00
parent bc4a097d8b
commit 4259ca9925
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -674,9 +674,10 @@ choosing.")
(base32 "0snz26dvj8v58fyzd51bcf07b5yp2akcyy26w7b0pnkmlh3lknmk")))) (base32 "0snz26dvj8v58fyzd51bcf07b5yp2akcyy26w7b0pnkmlh3lknmk"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/antonmedv/countdown")) (list
#:import-path "github.com/antonmedv/countdown"))
(native-inputs (native-inputs
`(("termbox" ,go-github.com-nsf-termbox-go))) (list go-github.com-nsf-termbox-go))
(home-page "https://github.com/antonmedv/countdown") (home-page "https://github.com/antonmedv/countdown")
(synopsis "Counts to zero with a text user interface") (synopsis "Counts to zero with a text user interface")
(description (description