guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: polybar: Install man page.


From: guix-commits
Subject: 01/02: gnu: polybar: Install man page.
Date: Sun, 9 Feb 2020 18:33:56 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 47560aa29f20b83b20f5cef9e943dff871ffa5d1
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 9 10:08:01 2020 +0100

    gnu: polybar: Install man page.
    
    * gnu/packages/wm.scm (polybar)[native-inputs]: Add python-sphinx.
---
 gnu/packages/wm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 21378d9..d737926 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2019 Noodles! <address@hidden>
 ;;; Copyright © 2019 Alexandru-Sergiu Marton <address@hidden>
 ;;; Copyright © 2020 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2020 Brice Waegeneire <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -96,6 +97,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)
@@ -1293,6 +1295,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/";)



reply via email to

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