summary refs log tree commit diff
path: root/pkgs/top-level/release-python.nix
diff options
context:
space:
mode:
authorAndrey Arapov <arno@nixaid.com>2015-01-31 02:17:00 +0100
committerAndrey Arapov <arno@nixaid.com>2015-01-31 02:17:00 +0100
commit9f623a820d75de957158afd4c2181012cea8baf4 (patch)
tree41d281c07f8bc31ca8b9b8078a7b0d4555780a63 /pkgs/top-level/release-python.nix
parent0b9e2f8798a2aa08282e5a6d53fb537c3f5bef55 (diff)
downloadnixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar.gz
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar.bz2
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar.lz
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar.xz
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.tar.zst
nixlib-9f623a820d75de957158afd4c2181012cea8baf4.zip
Adds a new package: cherrytree - A hierarchical note taking application
cherrytree - A hierarchical note taking application, featuring rich text
and syntax highlighting, storing data in a single xml or sqlite file.

This commit also adds PyGtkSourceView - a Python wrapper for the GtkSourceView widget library.

Official page http://www.giuspen.com/cherrytree
Diffstat (limited to 'pkgs/top-level/release-python.nix')
-rw-r--r--pkgs/top-level/release-python.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index ea7ca4d501f7..a7d3194cdbb6 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -38,6 +38,7 @@ let
   pygame = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   pygobject = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   pygtk = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
+  pygtksourceview = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   pyGtkGlade = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   pyIRCt = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
   pyMAILt = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };