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:
Morgan Smith 2021-02-15 00:52:12 -05:00 committed by 宋文武
parent 0205cc2982
commit 34f2a60875
No known key found for this signature in database
GPG Key ID: D415BF253B515976

View File

@ -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