1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

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
+1 -2
View File
@@ -914,8 +914,7 @@ interface.")
(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/")