summaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-10 00:33:06 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-02-10 00:33:06 +0100
commite2684594f62ecfc676ede5f3f7b560327565a814 (patch)
tree725b307129e7d9994104ba168546e886cd134186 /gnu/packages/wm.scm
parent47560aa29f20b83b20f5cef9e943dff871ffa5d1 (diff)
downloadguix-patches-e2684594f62ecfc676ede5f3f7b560327565a814.tar
guix-patches-e2684594f62ecfc676ede5f3f7b560327565a814.tar.gz
gnu: polybar: Add comment about build specificity.
* gnu/packages/wm.scm (polybar): Add comment about order of native inputs.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d737926c65..3c0d14efa8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1296,6 +1296,8 @@ its size
(native-inputs
`(("pkg-config" ,pkg-config)
("python-sphinx" ,python-sphinx) ; for the manual
+ ;; XXX: "python" input must be located after "python-2", or the package
+ ;; fails to build with "missing required python module: xcbgen".
("python-2" ,python-2) ; lib/xpp depends on python 2
("python" ,python))) ; xcb-proto depends on python 3
(home-page "https://polybar.github.io/")