polyml: migrate to by-name

This commit is contained in:
sempiternal-aurora
2026-06-01 20:54:28 +10:00
parent f461ed3cfd
commit f418e625da
2 changed files with 0 additions and 2 deletions
-2
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