guix-commits
[Top][All Lists]
Advanced

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

250/265: gnu: orca: Remove custom typelib wrap.


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

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

commit 41e76350fa8e7cae17b4336ca2addbe425aa6b93
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 05:05:22 2020 -0400

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d7d7933..4830dcc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11744,8 +11744,6 @@ accessibility infrastructure.")
              (let* ((out  (assoc-ref outputs "out"))
                     (prog (string-append out "/bin/orca")))
                (wrap-program prog
-                 `("GI_TYPELIB_PATH" ":" prefix
-                   (,(getenv "GI_TYPELIB_PATH")))
                  `("PYTHONPATH" ":" prefix
                    (,(getenv "PYTHONPATH")))))
              #t)))))



reply via email to

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