[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/56: gnu: gedit: Enable Python Console plugin.
From: |
??? |
Subject: |
44/56: gnu: gedit: Enable Python Console plugin. |
Date: |
Mon, 02 May 2016 13:38:40 +0000 |
iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit af9bb313f362475aa1ec00f1343d8b76e1c798d3
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")))))
- 22/56: gnu: gnome-klotski: Update to 3.20.1., (continued)
- 22/56: gnu: gnome-klotski: Update to 3.20.1., ???, 2016/05/02
- 41/56: gnu: librsvg: Drop 'loaders.cache' file., ???, 2016/05/02
- 39/56: gnu: baobab: Update to 3.20.1., ???, 2016/05/02
- 45/56: gnu: grilo: Update to 0.3.0., ???, 2016/05/02
- 52/56: profiles: Add xdg-mime-database hook., ???, 2016/05/02
- 54/56: profiles: Factor out 'manifest-lookup-package'., ???, 2016/05/02
- 34/56: gnu: evolution-data-server: Update to 3.20.1, fix build., ???, 2016/05/02
- 42/56: gnu: network-manager: Update to 1.2.0., ???, 2016/05/02
- 40/56: gnu: dconf-editor: Update to 3.20.1., ???, 2016/05/02
- 17/56: gnu: libsoup: Update to 2.54.1., ???, 2016/05/02
- 44/56: gnu: gedit: Enable Python Console plugin.,
??? <=
- 48/56: gnu: gnome: Add baobab, gnome-backgrounds and gvfs., ???, 2016/05/02
- 49/56: gnu: udisks: Update to 2.1.7., ???, 2016/05/02
- 55/56: gnu: gom: Update to 0.3.2., ???, 2016/05/02
- 47/56: gnu: nautilus: Update to 3.20.1., ???, 2016/05/02
- 37/56: gnu: gnome-control-center: Update to 3.20.1., ???, 2016/05/02
- 04/56: Revert "Revert "gnu: gjs: Skip test_utf8_inout test."", ???, 2016/05/02
- 46/56: gnu: grilo-plugins: Update to 0.3.1., ???, 2016/05/02
- 56/56: gnu: yelp: Add gsettings-desktop-schemas to inputs., ???, 2016/05/02
- 32/56: gnu: mutter: Update to 3.20.1., ???, 2016/05/02
- 38/56: gnu: gnome-shell: Update to 3.20.1., ???, 2016/05/02