GNU bug report logs -
#43590
[WIP master] gnu: Add gobject-introspection+doctool.
Previous Next
To reply to this bug, email your comments to 43590 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#43590
; Package
guix-patches
.
(Thu, 24 Sep 2020 13:47:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 24 Sep 2020 13:47:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/glib.scm (gobject-introspection+doctool): New variable.
---
gnu/packages/glib.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ca037d3b24..0aa8c837cd 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -75,6 +75,7 @@
#:export (dbus
glib
gobject-introspection
+ gobject-introspection+doctool
dbus-glib
intltool
itstool
@@ -466,6 +467,19 @@ bindings to call into the C library.")
; Some bits are distributed under the LGPL2+, others under the GPL2+
(license license:gpl2+)))
+(define gobject-introspection+doctool
+ (package
+ (inherit gobject-introspection)
+ (name "gobject-introspection+doctool")
+ (native-inputs
+ `(("python-mako" ,python-mako)
+ ("python-markdown" ,python-markdown)
+ ,@(package-native-inputs gobject-introspection)))
+ (arguments
+ (substitute-keyword-arguments (package-arguments gobject-introspection)
+ ((#:configure-flags flags ''())
+ `(cons* "-Ddoctool=true" ,flags))))))
+
(define intltool
(package
(name "intltool")
This bug report was last modified 4 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.