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>master
parent
0205cc2982
commit
34f2a60875
|
@ -146,7 +146,7 @@ performance).
|
|||
("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
|
||||
|
|
Reference in New Issue