@@ -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")