mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: picom: Fix man pages generation.
* gnu/packages/compton.scm (picom)[arguments]: Change flag 'build_docs' to 'with_docs'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0205cc2982
commit
34f2a60875
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ (define-public picom
|
||||||
("xorgproto" ,xorgproto)))
|
("xorgproto" ,xorgproto)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:build-type "release"
|
`(#:build-type "release"
|
||||||
#:configure-flags '("-Dbuild_docs=true")))
|
#:configure-flags '("-Dwith_docs=true")))
|
||||||
(home-page "https://github.com/yshui/picom")
|
(home-page "https://github.com/yshui/picom")
|
||||||
(synopsis "Compositor for X11, forked from Compton")
|
(synopsis "Compositor for X11, forked from Compton")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue