diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-01-13 09:24:01 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-13 09:29:47 +0100 |
commit | 169b8f77696600fa56658fc36c175e4740a83b94 (patch) | |
tree | 2bdc1a5701e5885a9cbb42e5052c9b8252d4a833 /gnu/packages/gnome.scm | |
parent | 747d7fe46125c293fe23550c22a23e91c285010d (diff) | |
download | patches-169b8f77696600fa56658fc36c175e4740a83b94.tar patches-169b8f77696600fa56658fc36c175e4740a83b94.tar.gz |
gnu: evince: Enable introspection.
* gnu/packages/gnome.scm (evince)[arguments]<#:configure-flags>: Enable
introspection.
[native-inputs]: Add gobject-introspection.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0d233dc75f..349dc5f670 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 |