guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

248/265: gnu: gnome-maps: Remove custom typelib wrap.


From: guix-commits
Subject: 248/265: gnu: gnome-maps: Remove custom typelib wrap.
Date: Wed, 19 Aug 2020 13:09:48 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit ecbd749e47366446d538558bbdc10d5b3d454940
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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 2e805db..b22a023 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]