guix-commits
[Top][All Lists]
Advanced

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

15/66: gnu: geoclue: Return #t from all phases.


From: Mark H. Weaver
Subject: 15/66: gnu: geoclue: Return #t from all phases.
Date: Fri, 23 Mar 2018 04:46:41 -0400 (EDT)

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

commit e3eb53e7492f8dbbb52c34511c2effc1af82e020
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 23 02:21:53 2018 -0400

    gnu: geoclue: Return #t from all phases.
    
    * gnu/packages/gnome.scm (geoclue)[arguments]: Return #t from
    the 'patch-/bin/true' 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 88943e4..9557c5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2865,7 +2865,8 @@ output devices.")
          (add-before 'configure 'patch-/bin/true
                      (lambda _
                        (substitute* "configure"
-                         (("/bin/true") (which "true"))))))))
+                         (("/bin/true") (which "true")))
+                       #t)))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gobject-introspection" ,gobject-introspection)



reply via email to

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