From 6eda624895edc47c0b879437719b6f89875b48b9 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Thu, 23 Jun 2022 10:35:56 -0400 Subject: [PATCH 2/2] gnu: polybar: Simply inputs. * gnu/packages/wm.scm (polybar)[native-inputs]: Remove labels. --- gnu/packages/wm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 92106045e9..256cdb4089 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1509,9 +1509,9 @@ (define-public polybar 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 -- 2.36.1