online-judge-template-g-generator: migrate to by-name

This commit is contained in:
TomaSajt
2026-06-15 16:46:41 +02:00
parent edf28f2d92
commit 0747e884ad
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -1794,8 +1794,6 @@ with pkgs;
ocrmypdf = with python3.pkgs; toPythonApplication ocrmypdf;
online-judge-template-generator = callPackage ../tools/misc/online-judge-template-generator { };
online-judge-tools = with python3.pkgs; toPythonApplication online-judge-tools;
inherit (ocamlPackages) patdiff;