mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: polybar: Simply inputs.
* gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5d8630e15
commit
30e27d8101
1 changed files with 3 additions and 3 deletions
|
@ -1509,9 +1509,9 @@ its size
|
||||||
xcb-util-wm
|
xcb-util-wm
|
||||||
xcb-util-xrm))
|
xcb-util-xrm))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
("python-sphinx" ,python-sphinx) ; for the manual
|
python-sphinx ; for the manual
|
||||||
("python" ,python))) ; xcb-proto depends on python 3
|
python)) ; xcb-proto depends on python 3
|
||||||
(home-page "https://polybar.github.io/")
|
(home-page "https://polybar.github.io/")
|
||||||
(synopsis "Fast and easy-to-use status bar")
|
(synopsis "Fast and easy-to-use status bar")
|
||||||
(description "Polybar aims to help users build beautiful and highly
|
(description "Polybar aims to help users build beautiful and highly
|
||||||
|
|
Loading…
Add table
Reference in a new issue