gnu: grilo: Return #t from all phases.

* gnu/packages/gnome.scm (grilo)[arguments]: Return #t from the
'fix-introspection-install-dir' phase.
master
Mark H Weaver 2018-04-12 03:49:23 -04:00
parent 2f3f8ae0df
commit 8c52aab4e8
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -3556,7 +3556,8 @@ as possible!")
(("@INTROSPECTION_GIRDIR@")
(string-append out "/share/gir-1.0/"))
(("@INTROSPECTION_TYPELIBDIR@")
(string-append out "/lib/girepository-1.0/")))))))))
(string-append out "/lib/girepository-1.0/")))
#t))))))
(native-search-paths
(list (search-path-specification
(variable "GRL_PLUGIN_PATH")