summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 1dc421985a3..2beb0692c19 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -12,7 +12,7 @@ let
   prio = level: job: toJob job // { schedulingPriority = level; };
 
   toJob = x: if builtins.isAttrs x then x else
-    { type = "job"; systems = x; schedulingPriority = 100; };
+    { type = "job"; systems = x; schedulingPriority = 20; };
 
   /* Perform a job on the given set of platforms.  The function `f' is
      called by Hydra for each platform, and should return some job
@@ -89,6 +89,7 @@ in {
   cups = linux;
   db4 = all;
   dhcp = linux;
+  dico = linux;
   dietlibc = linux;
   diffutils = all;
   docbook5 = all;
@@ -180,6 +181,7 @@ in {
   manpages = linux;
   maxima = linux;
   mc = all;
+  mcron = linux;
   mdadm = linux;
   mercurial = allBut "i686-cygwin";
   mesa = linux;
@@ -225,6 +227,7 @@ in {
   portmap = linux;
   postgresql = all;
   procps = linux;
+  pthreadmanpages = all;
   python = allBut "i686-cygwin";
   pythonFull = linux;
   qt3 = allBut "i686-cygwin";
@@ -380,6 +383,7 @@ in {
     fontmiscmisc = linux;
     iceauth = linux;
     libX11 = linux;
+    lndir = all;
     setxkbmap = linux;
     xauth = linux;
     xf86inputkeyboard = linux;