guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: picom: Fix man pages generation.


From: guix-commits
Subject: branch master updated: gnu: picom: Fix man pages generation.
Date: Tue, 16 Feb 2021 03:36:54 -0500

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 <Morgan.J.Smith@outlook.com>
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: 宋文武 <iyzsong@member.fsf.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]