diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-14 13:20:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-14 13:20:18 +0100 |
commit | 5c5d9e5a3208fa51351c6ad8267eba3d96fa2232 (patch) | |
tree | 1c5f008779f8dc7fa535640235f5f21f8bad6c7d | |
parent | 053ace770f7625c43fb928641f09efcfce35a555 (diff) | |
download | guix-5c5d9e5a3208fa51351c6ad8267eba3d96fa2232.tar.gz |
gnu: telescope: Remove input labels.
* gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input labels.
-rw-r--r-- | gnu/packages/web-browsers.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 51635f0807..681791c147 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -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/") |