diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2022-06-23 10:35:56 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-23 23:20:56 +0200 |
commit | 30e27d8101b6775748ac52d03ed7c40460aef25b (patch) | |
tree | e6acb212b885c3d81e267111f5839bcc75ae0cc7 | |
parent | a5d8630e158718325c7804e8043b92013626158c (diff) | |
download | guix-30e27d8101b6775748ac52d03ed7c40460aef25b.tar.gz guix-30e27d8101b6775748ac52d03ed7c40460aef25b.zip |
gnu: polybar: Simply inputs.
* gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index ab97266f72..6933b1730a 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1509,9 +1509,9 @@ its size xcb-util-wm xcb-util-xrm)) (native-inputs - `(("pkg-config" ,pkg-config) - ("python-sphinx" ,python-sphinx) ; for the manual - ("python" ,python))) ; xcb-proto depends on python 3 + (list pkg-config + python-sphinx ; for the manual + python)) ; xcb-proto depends on python 3 (home-page "https://polybar.github.io/") (synopsis "Fast and easy-to-use status bar") (description "Polybar aims to help users build beautiful and highly |