guix-commits
[Top][All Lists]
Advanced

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

246/265: gnu: eog: Remove custom typelib wrap.


From: guix-commits
Subject: 246/265: gnu: eog: Remove custom typelib wrap.
Date: Wed, 19 Aug 2020 13:09:47 -0400 (EDT)

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

commit 215e68ec60204db0b45df45c5d951f728a1b5657
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 35f4a83..271e6e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7287,14 +7287,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]