polyml: migrate to by-name

This commit is contained in:
sempiternal-aurora 2026-04-13 21:44:59 +10:00
commit f418e625da
2 changed files with 0 additions and 2 deletions

View file

@ -4849,8 +4849,6 @@ with pkgs;
php85Extensions = recurseIntoAttrs php85.extensions;
php85Packages = recurseIntoAttrs php85.packages;
polyml = callPackage ../development/compilers/polyml { };
# Python interpreters. All standard library modules are included except for tkinter, which is
# available as `pythonPackages.tkinter` and can be used as any other Python package.
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md