guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: evince: Enable introspection.


From: guix-commits
Subject: branch master updated: gnu: evince: Enable introspection.
Date: Mon, 13 Jan 2020 03:31:29 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 169b8f7  gnu: evince: Enable introspection.
169b8f7 is described below

commit 169b8f77696600fa56658fc36c175e4740a83b94
Author: Leo Prikler <address@hidden>
AuthorDate: Mon Jan 13 09:24:01 2020 +0100

    gnu: evince: Enable introspection.
    
    * gnu/packages/gnome.scm (evince)[arguments]<#:configure-flags>: Enable
    introspection.
    [native-inputs]: Add gobject-introspection.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d233dc..349dc5f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1362,7 +1362,7 @@ forgotten when the session ends.")
                "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:configure-flags '("--disable-nautilus")
+     `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'skip-gtk-update-icon-cache
@@ -1406,6 +1406,7 @@ forgotten when the session ends.")
      `(("itstool" ,itstool)
        ("intltool" ,intltool)
        ("glib" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)))
     (home-page



reply via email to

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