dannym pushed a commit to branch wip-desktop
in repository guix.
commit 45497bb1514f48ae3eef51a4f1a24b8e3ee853c9
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
gnu/packages/gnome.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8673f29..9c44bfc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11796,8 +11796,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)))))