aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/release-python.nix
diff options
context:
space:
mode:
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; };