[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/124: gnu: gtk-doc: Correct inputs.
From: |
guix-commits |
Subject: |
15/124: gnu: gtk-doc: Correct inputs. |
Date: |
Sun, 5 Sep 2021 10:41:55 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 37dd9459bc0012959ded92d38bb2dea753df66f7
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 12 08:58:34 2021 -0500
gnu: gtk-doc: Correct inputs.
* gnu/packages/gtk.scm (gtk-doc) [native-inputs]: Add glib:bin,
perl and python-wrapper.
[inputs]: Add python-anytree, python-lxml, python-parameterized,
python-pygments, python-unittest2 and yelp-tools. Remove perl.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2aeee74..2b11c26 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1859,21 +1859,29 @@ information.")
(assoc-ref %build-inputs "docbook-xml")
"/xml/dtd/docbook/catalog.xml"))))
(native-inputs
- `(("pkg-config" ,pkg-config)
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
("itstool" ,itstool)
- ("libxml" ,libxml2)
- ("gettext" ,gettext-minimal)
- ("bc" ,bc)))
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("python-wrapper" ,python-wrapper)))
(inputs
- `(("perl" ,perl)
- ("python" ,python)
- ("xsltproc" ,libxslt)
+ `(("bc" ,bc)
("dblatex" ,dblatex)
("docbook-xml" ,docbook-xml-4.3)
("docbook-xsl" ,docbook-xsl)
- ("source-highlight" ,source-highlight)
("glib" ,glib)
- ("python-six" ,python-six)))
+ ("libxml2" ,libxml2)
+ ("libxslt" ,libxslt)
+ ("python" ,python)
+ ("python-anytree" ,python-anytree)
+ ("python-lxml" ,python-lxml)
+ ("python-parameterized" ,python-parameterized)
+ ("python-pygments" ,python-pygments)
+ ("python-unittest2" ,python-unittest2)
+ ("source-highlight" ,source-highlight)
+ ("yelp-tools" ,yelp-tools)))
(home-page "https://www.gtk.org/gtk-doc/")
(synopsis "Documentation generator from C source code")
(description
- 04/124: gnu: glib: Update synopsis, description and home-page., (continued)
- 04/124: gnu: glib: Update synopsis, description and home-page., guix-commits, 2021/09/05
- 05/124: gnu: glib-with-documentation: Make some cosmetic changes., guix-commits, 2021/09/05
- 06/124: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/09/05
- 07/124: gnu: Temporarily use glib without documentation., guix-commits, 2021/09/05
- 08/124: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/09/05
- 10/124: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/05
- 11/124: gnu: glibmm: Enable documentation., guix-commits, 2021/09/05
- 12/124: gnu: Add libsigc++-2., guix-commits, 2021/09/05
- 13/124: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/09/05
- 14/124: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/05
- 15/124: gnu: gtk-doc: Correct inputs.,
guix-commits <=
- 16/124: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/09/05
- 20/124: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/09/05
- 21/124: gnu: cairo: Change build-system., guix-commits, 2021/09/05
- 22/124: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/05
- 09/124: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/05
- 17/124: gnu: gtk-doc: Enable help., guix-commits, 2021/09/05
- 18/124: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/09/05
- 19/124: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/09/05
- 23/124: gnu: cairo: Enable some features., guix-commits, 2021/09/05
- 24/124: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/05