mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gnome-maps: Patch DBUS service.
* gnu/packages/geo.scm (gnome-maps): [arguments]<#:phases>: Add patch-dbus-service.
This commit is contained in:
parent
e5c258b65a
commit
a2d5f9f60d
1 changed files with 6 additions and 0 deletions
|
@ -227,6 +227,12 @@ topology functions.")
|
|||
(substitute* "meson_post_install.py"
|
||||
(("gtk-update-icon-cache") "true"))
|
||||
#t))
|
||||
(add-after 'unpack 'patch-dbus-service
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(substitute* "data/org.gnome.Maps.service.in"
|
||||
(("@pkgdatadir@/org.gnome.Maps")
|
||||
(string-append (assoc-ref outputs "out") "/bin/gnome-maps")))
|
||||
#t))
|
||||
(add-after 'install 'wrap
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue