diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-02-09 10:08:01 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-02-10 00:31:51 +0100 |
commit | 47560aa29f20b83b20f5cef9e943dff871ffa5d1 (patch) | |
tree | a3515f1022be73c3cb91723c8493a87b63291fd2 /gnu/packages/wm.scm | |
parent | 5d94702efeb26d5c1651d9a8898d23b53d850c63 (diff) | |
download | patches-47560aa29f20b83b20f5cef9e943dff871ffa5d1.tar patches-47560aa29f20b83b20f5cef9e943dff871ffa5d1.tar.gz |
gnu: polybar: Install man page.
* gnu/packages/wm.scm (polybar)[native-inputs]: Add python-sphinx.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 21378d9273..d737926c65 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -32,6 +32,7 @@ ;;; Copyright © 2019 Noodles! <nnoodle@chiru.no> ;;; Copyright © 2019 Alexandru-Sergiu Marton <brown121407@member.fsf.org> ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> ;;; ;;; 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/") |