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:
parent
0c5c788fad
commit
e3eb53e749
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue