gnu: geoclue: Return #t from all phases.

* gnu/packages/gnome.scm (geoclue)[arguments]: Return #t from
the 'patch-/bin/true' phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:21:53 -04:00
parent 0c5c788fad
commit e3eb53e749
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -2865,7 +2865,8 @@ (define-public geoclue
(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)