mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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)))
|
||||
(arguments
|
||||
`(#:build-type "release"
|
||||
#:configure-flags '("-Dbuild_docs=true")))
|
||||
#:configure-flags '("-Dwith_docs=true")))
|
||||
(home-page "https://github.com/yshui/picom")
|
||||
(synopsis "Compositor for X11, forked from Compton")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue