dannym pushed a commit to branch wip-desktop
in repository guix.
commit 90db0e0194e65e9b789a82342dec4998d114164d
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 05:09:32 2020 -0400
gnu: sushi: Remove custom typelib wrap.
* gnu/packages/gnome.scm (sushi) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/gnome.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9c44bfc..9ecca39 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1757,18 +1757,7 @@ masses.")
(base32 "1zcr8wi5bgvvpb5ha1v96aiaz4vqqrsn6cvvalwzah6am85k78m8"))))
(build-system meson-build-system)
(arguments
- `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
- #:phases
- (modify-phases %standard-phases
- (add-after 'glib-or-gtk-wrap 'wrap-typelib
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((prog (string-append (assoc-ref outputs "out")
- "/bin/sushi")))
- ;; Put existing typelibs before sushi's deps, so as to correctly
- ;; infer gdk-pixbuf
- (wrap-program prog
- `("GI_TYPELIB_PATH" suffix (,(getenv "GI_TYPELIB_PATH"))))
- #t))))))
+ `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")