unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46526] [PATCH] gnu: picom: fix man page generation
@ 2021-02-15  5:52 Morgan.J.Smith
  2021-02-16  8:38 ` bug#46526: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2021-02-15  5:52 UTC (permalink / raw)
  To: 46526; +Cc: Morgan Smith

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46526: [PATCH] gnu: picom: fix man page generation
  2021-02-15  5:52 [bug#46526] [PATCH] gnu: picom: fix man page generation Morgan.J.Smith
@ 2021-02-16  8:38 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-16  8:38 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 46526-done

Morgan.J.Smith@outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/compton.scm (picom)[arguments]: Change flag build_docs to
> with_docs

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-16  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15  5:52 [bug#46526] [PATCH] gnu: picom: fix man page generation Morgan.J.Smith
2021-02-16  8:38 ` bug#46526: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).