Remove jing_tools expression (now contained in jing expression itself)

The jing expression now creates its own "jing" wrapper script, so there
is no need for jing_tools anymore.

jing hasn't been updated in years, so I assume (or hope) that not many
(if any) have jing_tools in their configuration.nix. If you do, just
change it to jing and it should behave the same.
This commit is contained in:
Bjørn Forsman
2013-08-22 23:20:10 +02:00
parent 993deb1a4a
commit edd2d907a0
4 changed files with 0 additions and 29 deletions
-1
View File
@@ -717,7 +717,6 @@ let
jedit = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jfsrec = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jigdo = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jing_tools = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jjtraveler = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jnettop = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
jre = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };