guix-commits
[Top][All Lists]
Advanced

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

385/402: gnu: gnome-maps: Remove custom typelib wrap.


From: guix-commits
Subject: 385/402: gnu: gnome-maps: Remove custom typelib wrap.
Date: Tue, 18 Aug 2020 16:48:33 -0400 (EDT)

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

commit 5bd359c672d3e873e3c981cb1d240075b2f2cf23
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 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)



reply via email to

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