guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: eog: Remove custom typelib wrap.


From: guix-commits
Subject: 02/07: gnu: eog: Remove custom typelib wrap.
Date: Mon, 17 Aug 2020 07:40:59 -0400 (EDT)

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

commit 5b89ca8a1353000cc49769e7de6781b0a3b5c259
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 03:30:28 2020 -0400

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 23c0990..d5b9bac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7339,14 +7339,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
                (rename-file
                 (string-append out "/share/help")
                 (string-append help "/share/help"))
-               #t)))
-         (add-after 'move-help 'wrap-eog
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((out (assoc-ref outputs "out"))
-                    (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
-               (wrap-program (string-append out "/bin/eog")
-                 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
-             #t)))))
+               #t))))))
     (native-inputs
      `(("docbook-xml" ,docbook-xml-4.1.2)
        ("glib" ,glib "bin")



reply via email to

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