gnu: telescope: Remove input labels.
* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels.
parent
053ace770f
commit
5c5d9e5a32
|
@ -914,8 +914,7 @@ interface.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests
|
`(#:tests? #f)) ;no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal pkg-config))
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list libevent libressl ncurses))
|
(list libevent libressl ncurses))
|
||||||
(home-page "https://git.omarpolo.com/telescope/about/")
|
(home-page "https://git.omarpolo.com/telescope/about/")
|
||||||
|
|
Reference in New Issue