guix-commits
[Top][All Lists]
Advanced

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

32/36: gnu: grilo: Return #t from all phases.


From: Mark H. Weaver
Subject: 32/36: gnu: grilo: Return #t from all phases.
Date: Thu, 12 Apr 2018 04:09:22 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 8c52aab4e800c63bc739417f9f1184f821d5ffcf
Author: Mark H Weaver <address@hidden>
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")



reply via email to

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