polyml: migrate to by-name

(cherry picked from commit f418e625da)
This commit is contained in:
sempiternal-aurora 2026-04-13 21:44:59 +10:00
commit e5eb5cbed4
2 changed files with 0 additions and 1 deletions

View file

@ -4887,7 +4887,6 @@ with pkgs;
php85Extensions = recurseIntoAttrs php85.extensions;
php85Packages = recurseIntoAttrs php85.packages;
polyml = callPackage ../development/compilers/polyml { };
polyml56 = callPackage ../development/compilers/polyml/5.6.nix { };
polyml57 = callPackage ../development/compilers/polyml/5.7.nix { };