[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/71: gnu: gedit: Enable Python Console plugin.
From: |
??? |
Subject: |
59/71: gnu: gedit: Enable Python Console plugin. |
Date: |
Mon, 02 May 2016 14:08:22 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit afc25242a1a195fe197c626b8e4860e17a42cabd
Author: 宋文武 <address@hidden>
Date: Fri Apr 29 10:37:53 2016 +0800
gnu: gedit: Enable Python Console plugin.
* gnu/packages/gnome.scm (gedit)[arguments]: Wrap with PYTHONPATH.
---
gnu/packages/gnome.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 24708e3..f54fd29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3944,9 +3944,12 @@ javascript engine and the GObject introspection
framework.")
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(gtksourceview (assoc-ref inputs "gtksourceview"))
- (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
+ (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
+ (python-path (getenv "PYTHONPATH")))
(wrap-program (string-append out "/bin/gedit")
+ ;; For plugins.
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
+ `("PYTHONPATH" ":" prefix (,python-path))
;; For language-specs.
`("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
"/share")))))
- 06/71: gnu: Add synthv1., (continued)
- 06/71: gnu: Add synthv1., ???, 2016/05/02
- 08/71: gnu: qtractor: Update to 0.7.7., ???, 2016/05/02
- 38/71: gnu: totem: Update to 3.20.1., ???, 2016/05/02
- 37/71: gnu: gnome-klotski: Update to 3.20.1., ???, 2016/05/02
- 46/71: gnu: gnome-session: Update to 3.20.1, fix build., ???, 2016/05/02
- 40/71: gnu: gvfs: Update to 1.28.1., ???, 2016/05/02
- 42/71: gnu: yelp-xsl: Update to 3.20.1., ???, 2016/05/02
- 45/71: gnu: file-roller: Update to 3.20.1., ???, 2016/05/02
- 47/71: gnu: mutter: Update to 3.20.1., ???, 2016/05/02
- 50/71: gnu: network-manager-applet: Update to 1.2.0., ???, 2016/05/02
- 59/71: gnu: gedit: Enable Python Console plugin.,
??? <=
- 58/71: gnu: libpeas: Add inputs., ???, 2016/05/02
- 54/71: gnu: baobab: Update to 3.20.1., ???, 2016/05/02
- 55/71: gnu: dconf-editor: Update to 3.20.1., ???, 2016/05/02
- 60/71: gnu: grilo: Update to 0.3.0., ???, 2016/05/02
- 63/71: gnu: gnome: Add baobab, gnome-backgrounds and gvfs., ???, 2016/05/02
- 52/71: gnu: gnome-control-center: Update to 3.20.1., ???, 2016/05/02
- 67/71: profiles: Add xdg-mime-database hook., ???, 2016/05/02
- 62/71: gnu: nautilus: Update to 3.20.1., ???, 2016/05/02
- 26/71: gnu: gtksourceview: Update to 3.20.2., ???, 2016/05/02
- 07/71: gnu: Add antiword., ???, 2016/05/02