iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 2b2a5c286d18a168c331234d3c2cf4e8ec4189b0
Author: 宋文武 <[email protected]>
Date: Wed Mar 16 16:54:16 2016 +0800
gnu: poppler: Enable GObject introspection.
* gnu/packages/pdf.scm (poppler)[native-inputs]: Add gobject-introspection.
---
gnu/packages/pdf.scm | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e8e6993..ca90ade 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -60,11 +60,7 @@
(sha256 (base32
"1vjvd0md8y37hlq3lsj0l01a3v3mzm572rzpn1311frvmrg9r7xq"))))
(build-system gnu-build-system)
- ;; FIXME: more dependencies could be added
- ;; cairo output: no (requires cairo >= 1.10.0)
- ;; qt4 wrapper: no
- ;; introspection: no
- ;; use gtk-doc: no
+ ;; FIXME:
;; use libcurl: no
(inputs `(("fontconfig" ,fontconfig)
("freetype" ,freetype)
@@ -83,7 +79,8 @@
("glib" ,glib)))
(native-inputs
`(("pkg-config" ,pkg-config)
- ("glib" ,glib "bin"))) ; glib-mkenums, etc.
+ ("glib" ,glib "bin") ; glib-mkenums, etc.
+ ("gobject-introspection" ,gobject-introspection)))
(arguments
`(#:tests? #f ; no test data provided with the tarball
#:configure-flags