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>master
parent
747d7fe461
commit
169b8f7769
|
@ -1362,7 +1362,7 @@ forgotten when the session ends.")
|
||||||
"05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
|
"05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-nautilus")
|
`(#:configure-flags '("--disable-nautilus" "--enable-introspection")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'install 'skip-gtk-update-icon-cache
|
(add-before 'install 'skip-gtk-update-icon-cache
|
||||||
|
@ -1406,6 +1406,7 @@ forgotten when the session ends.")
|
||||||
`(("itstool" ,itstool)
|
`(("itstool" ,itstool)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("glib" ,glib "bin")
|
("glib" ,glib "bin")
|
||||||
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("xmllint" ,libxml2)))
|
("xmllint" ,libxml2)))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Reference in New Issue