mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue