GNU bug report logs - #39519
[PATCH] gnu: polybar: Install man page.

Previous Next

Package: guix-patches;

Reported by: Brice Waegeneire <brice <at> waegenei.re>

Date: Sun, 9 Feb 2020 09:09:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#39519: closed ([PATCH] gnu: polybar: Install man page.)
Date: Sun, 09 Feb 2020 23:35:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Feb 2020 00:34:35 +0100
with message-id <87zhdrz65w.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#39519] [PATCH] gnu: polybar: Install man page.
has caused the debbugs.gnu.org bug report #39519,
regarding [PATCH] gnu: polybar: Install man page.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
39519: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39519
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brice Waegeneire <brice <at> waegenei.re>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: polybar: Install man page.
Date: Sun,  9 Feb 2020 10:08:01 +0100
* gnu/packages/wm.scm (polybar)[native-inputs]: Add python-sphinx.
---
 gnu/packages/wm.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9832f0079c..6313ae4c08 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -95,6 +95,7 @@
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
   #:use-module (gnu packages serialization)
+  #:use-module (gnu packages sphinx)
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
@@ -1273,6 +1274,7 @@ its size
        ("xcb-util-xrm" ,xcb-util-xrm)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
+       ("python-sphinx" ,python-sphinx) ; for the manual
        ("python-2" ,python-2)           ; lib/xpp depends on python 2
        ("python" ,python)))             ; xcb-proto depends on python 3
     (home-page "https://polybar.github.io/")
-- 
2.24.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 39519-done <at> debbugs.gnu.org
Subject: Re: [bug#39519] [PATCH] gnu: polybar: Install man page.
Date: Mon, 10 Feb 2020 00:34:35 +0100
Hello,

Brice Waegeneire <brice <at> waegenei.re> writes:

> * gnu/packages/wm.scm (polybar)[native-inputs]: Add python-sphinx.

I added a copyright line for you, and applied it
(47560aa29f20b83b20f5cef9e943dff871ffa5d1).

Thank you!

Regards,

-- 
Nicolas Goaziou


This bug report was last modified 5 years and 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.