mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: telescope: Remove input labels.
* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels.
This commit is contained in:
parent
053ace770f
commit
5c5d9e5a32
1 changed files with 1 additions and 2 deletions
|
@ -914,8 +914,7 @@ (define-public telescope
|
||||||
(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/")
|
||||||
|
|
Loading…
Reference in a new issue