me
/
guix
Archived
1
0
Fork 0

gnu: polybar: Add comment about build specificity.

* gnu/packages/wm.scm (polybar): Add comment about order of native inputs.
master
Nicolas Goaziou 2020-02-10 00:33:06 +01:00
parent 47560aa29f
commit e2684594f6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 0 deletions

View File

@ -1296,6 +1296,8 @@ its size
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("python-sphinx" ,python-sphinx) ; for the manual ("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-2" ,python-2) ; lib/xpp depends on python 2
("python" ,python))) ; xcb-proto depends on python 3 ("python" ,python))) ; xcb-proto depends on python 3
(home-page "https://polybar.github.io/") (home-page "https://polybar.github.io/")