unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43590] [WIP master] gnu: Add gobject-introspection+doctool.
@ 2020-09-24 13:45 Danny Milosavljevic
  0 siblings, 0 replies; only message in thread
From: Danny Milosavljevic @ 2020-09-24 13:45 UTC (permalink / raw)
  To: 43590; +Cc: Danny Milosavljevic

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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-24 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 13:45 [bug#43590] [WIP master] gnu: Add gobject-introspection+doctool Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).