gnu: telescope: Remove input labels.

* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input
labels.
This commit is contained in:
Nicolas Goaziou 2022-01-14 13:20:18 +01:00
parent 053ace770f
commit 5c5d9e5a32
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -914,8 +914,7 @@ (define-public telescope
(arguments
`(#:tests? #f)) ;no tests
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(list gettext-minimal pkg-config))
(inputs
(list libevent libressl ncurses))
(home-page "https://git.omarpolo.com/telescope/about/")