dannym pushed a commit to branch wip-desktop
in repository guix.
commit cbc6c34313aa2407a4ddc7d58d942ef4b1037a5b
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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 b01d120..0e1b82e 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")