mhw pushed a commit to branch core-updates
in repository guix.
commit 8c52aab4e800c63bc739417f9f1184f821d5ffcf
Author: Mark H Weaver <[email protected]>
Date: Thu Apr 12 03:49:23 2018 -0400
gnu: grilo: Return #t from all phases.
* gnu/packages/gnome.scm (grilo)[arguments]: Return #t from the
'fix-introspection-install-dir' phase.
---
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 fda8c5c..21e0f3d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")