guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: poppler: Enable GObject introspection.


From: ???
Subject: 10/13: gnu: poppler: Enable GObject introspection.
Date: Thu, 24 Mar 2016 10:29:30 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit 4364290d7c3c998e0ddef65675bb33719d62e7b8
Author: 宋文武 <address@hidden>
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 8c61af9..021fb68 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -61,11 +61,7 @@
              (base32
               "06ra364y5bfmkb4ln5i6cx87j6bd46xa0r49w8g9xvfacfmvl2j2"))))
    (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)
@@ -84,7 +80,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]