guix-patches
[Top][All Lists]
Advanced

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

[bug#39519] [PATCH] gnu: polybar: Install man page.


From: Brice Waegeneire
Subject: [bug#39519] [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






reply via email to

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