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

(cherry picked from commit 0747e884ad)
This commit is contained in:
TomaSajt 2026-06-15 16:46:41 +02:00
commit 90c939faae
No known key found for this signature in database
GPG key ID: F011163C050122A1
2 changed files with 0 additions and 2 deletions

View file

@ -1812,8 +1812,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;