mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05: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 @@ (define-public gnome-maps
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true"))
|
||||||
#t))
|
#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
|
(add-after 'install 'wrap
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
|
|
Loading…
Reference in a new issue