[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: orca: Remove custom typelib wrap.
From: |
guix-commits |
Subject: |
06/07: gnu: orca: Remove custom typelib wrap. |
Date: |
Mon, 17 Aug 2020 07:41:01 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit eaca0ac95e284d29bb1d333ff89c241dd4d80850
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 51ffb35..cd15231 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11793,8 +11793,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)))))
- branch wip-desktop updated (22cd5a8 -> 569fc34), guix-commits, 2020/08/17
- 01/07: gnu: ibus: Remove custom typelib wrap., guix-commits, 2020/08/17
- 02/07: gnu: eog: Remove custom typelib wrap., guix-commits, 2020/08/17
- 05/07: gnu: gnome-weather: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/17
- 03/07: gnu: gnome-characters: Remove custom typelib wrap and add python phases., guix-commits, 2020/08/17
- 06/07: gnu: orca: Remove custom typelib wrap.,
guix-commits <=
- 07/07: gnu: sushi: Remove custom typelib wrap., guix-commits, 2020/08/17
- 04/07: gnu: gnome-maps: Remove custom typelib wrap., guix-commits, 2020/08/17