guix-patches
[Top][All Lists]
Advanced

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

[bug#46526] [PATCH] gnu: picom: fix man page generation


From: Morgan . J . Smith
Subject: [bug#46526] [PATCH] gnu: picom: fix man page generation
Date: Mon, 15 Feb 2021 00:52:12 -0500

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/compton.scm (picom)[arguments]: Change flag build_docs to
with_docs

Picom renamed this flag in upstream commit
3f2a6718dfb84110862ef3b51b2c961898f21bfd
---
 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 60eae9f1cd..2a5f3bff27 100644
--- a/gnu/packages/compton.scm
+++ b/gnu/packages/compton.scm
@@ -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
-- 
2.30.0






reply via email to

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