all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39519] [PATCH] gnu: polybar: Install man page.
@ 2020-02-09  9:08 Brice Waegeneire
  2020-02-09 23:34 ` bug#39519: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Brice Waegeneire @ 2020-02-09  9:08 UTC (permalink / raw)
  To: 39519

* 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

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

* bug#39519: [PATCH] gnu: polybar: Install man page.
  2020-02-09  9:08 [bug#39519] [PATCH] gnu: polybar: Install man page Brice Waegeneire
@ 2020-02-09 23:34 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-02-09 23:34 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 39519-done

Hello,

Brice Waegeneire <brice@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

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

end of thread, other threads:[~2020-02-09 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09  9:08 [bug#39519] [PATCH] gnu: polybar: Install man page Brice Waegeneire
2020-02-09 23:34 ` bug#39519: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.