dannym pushed a commit to branch wip-desktop
in repository guix.
commit cbe7c777886b97642d36ce920ff68f4bc0b1e39a
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 04:39:44 2020 -0400
gnu: gnome-maps: Remove custom typelib wrap.
* gnu/packages/geo.scm (gnome-maps) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/geo.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4f9ecaf..808af1e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -226,13 +226,7 @@ topology functions.")
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache")
"true"))
- #t))
- (add-after 'install 'wrap
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
- (wrap-program (string-append out "/bin/gnome-maps"))
- #t))))))
+ #t)))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)