This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34f2a60  gnu: picom: Fix man pages generation.
34f2a60 is described below

commit 34f2a60875ceba552599b6e97e99e979571e64cb
Author: Morgan Smith <[email protected]>
AuthorDate: Mon Feb 15 00:52:12 2021 -0500

    gnu: picom: Fix man pages generation.
    
    * gnu/packages/compton.scm (picom)[arguments]: Change flag 'build_docs' to
    'with_docs'.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/compton.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/compton.scm b/gnu/packages/compton.scm
index 60eae9f..2a5f3bf 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -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

Reply via email to