guix-commits
[Top][All Lists]
Advanced

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

382/402: gnu: ibus: Remove custom typelib wrap.


From: guix-commits
Subject: 382/402: gnu: ibus: Remove custom typelib wrap.
Date: Tue, 18 Aug 2020 16:48:32 -0400 (EDT)

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

commit 4f977a13312b2d51a05cacace269bae090c30865
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 01:22:32 2020 -0400

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

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 2e635c3..f1eae75 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -159,10 +159,7 @@
              ;; GI_TYPELIB_PATH.
              (let* ((out (assoc-ref outputs "out")))
                (wrap-program (string-append out "/bin/ibus-setup")
-                 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
-                 `("GI_TYPELIB_PATH" ":" prefix
-                   (,(getenv "GI_TYPELIB_PATH")
-                    ,(string-append out "/lib/girepository-1.0")))))
+                 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))))
              #t)))))
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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