[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/115: gnu: gtk-doc: Correct inputs.
From: |
guix-commits |
Subject: |
15/115: gnu: gtk-doc: Correct inputs. |
Date: |
Fri, 7 May 2021 16:56:24 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 1c08037ce4ec725f949d6b415e3b1a2850c8d9e5
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 31a98f5..9fad37b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1790,21 +1790,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
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., (continued)
- 18/115: gnu: gtk-doc: Update synopsis, description, home-page and license., guix-commits, 2021/05/07
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/07
- 27/115: gnu: cairomm-1.13: Fix build., guix-commits, 2021/05/07
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/07
- 39/115: gnu: gdk-pixbuf: Update to 2.42.4., guix-commits, 2021/05/07
- 56/115: gnu: atk: Update to 2.36.0., guix-commits, 2021/05/07
- 51/115: gnu: libgsf: Enable missing features., guix-commits, 2021/05/07
- 06/115: gnu: glib-with-documentation: Fix documentation build., guix-commits, 2021/05/07
- 07/115: gnu: Temporarily use glib without documentation., guix-commits, 2021/05/07
- 16/115: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/05/07
- 15/115: gnu: gtk-doc: Correct inputs.,
guix-commits <=
- 14/115: gnu: gtk-doc: Change build-system., guix-commits, 2021/05/07
- 23/115: gnu: cairo: Enable some features., guix-commits, 2021/05/07
- 24/115: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/05/07
- 28/115: gnu: pango: Add missing arguments., guix-commits, 2021/05/07
- 25/115: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/05/07
- 26/115: gnu: cairomm: Enable documentation., guix-commits, 2021/05/07
- 41/115: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2021/05/07
- 36/115: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/05/07
- 31/115: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/05/07
- 40/115: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/05/07