python311Packages.recursive-pth-loader: rename from recursivePthLoader

This commit is contained in:
Felix Buehler
2024-01-25 22:13:17 +01:00
parent d3a15f0432
commit d35003e302
7 changed files with 8 additions and 9 deletions
@@ -98,8 +98,4 @@ in {
python = toPythonModule python;
# Dont take pythonPackages from "global" pkgs scope to avoid mixing python versions
pythonPackages = self;
# Remove?
recursivePthLoader = toPythonModule (callPackage ../../../development/python-modules/recursive-pth-loader { });
}