Fix some references to apacheAntOpenJDK
This commit is contained in:
parent
c180be8cf5
commit
4728ec3f99
@ -8,7 +8,7 @@
|
|||||||
, antProperties ? []
|
, antProperties ? []
|
||||||
, antBuildInputs ? []
|
, antBuildInputs ? []
|
||||||
, buildfile ? "build.xml"
|
, buildfile ? "build.xml"
|
||||||
, ant ? pkgs.apacheAntOpenJDK
|
, ant ? pkgs.ant
|
||||||
, jre ? pkgs.openjdk
|
, jre ? pkgs.openjdk
|
||||||
, hydraAntLogger ? pkgs.hydraAntLogger
|
, hydraAntLogger ? pkgs.hydraAntLogger
|
||||||
, ... } @ args:
|
, ... } @ args:
|
||||||
|
@ -59,8 +59,6 @@ let
|
|||||||
antlr = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
antlr = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
antlr3 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
antlr3 = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
apacheAntGcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
apacheAntGcj = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
apacheAntOpenJDK = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
apacheAntOracleJDK = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
|
||||||
apparmor = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
apparmor = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
aqbanking = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
aqbanking = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
arb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
arb = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user