guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: gnome-characters: Remove custom typelib wrap and add python


From: guix-commits
Subject: 03/07: gnu: gnome-characters: Remove custom typelib wrap and add python phases.
Date: Mon, 17 Aug 2020 07:41:00 -0400 (EDT)

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

commit 3c680069a3f8ffbbee707c3272d0fc4f9b098812
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 04:29:58 2020 -0400

    gnu: gnome-characters: Remove custom typelib wrap and add python phases.
    
    * gnu/packages/gnome.scm (gnome-characters) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5b9bac..f142d92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2358,6 +2358,7 @@ documents.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'skip-gtk-update-icon-cache
@@ -2365,15 +2366,6 @@ documents.")
              (substitute* "meson_post_install.py"
                (("gtk-update-icon-cache")
                 "true"))
-             #t))
-         (add-after 'install 'wrap
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; GNOME Characters needs Typelib files from GTK and
-             ;; gnome-desktop.
-             (wrap-program
-                 (string-append (assoc-ref outputs "out")
-                                "/bin/gnome-characters")
-               `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
              #t)))))
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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