Merge pull request #324682 from philiptaron/__attrsFailEvaluation/python
pythonPackages: move __attrsFailEvaluation to allow deeper inspection
This commit is contained in:
@@ -99,6 +99,8 @@ in {
|
||||
inherit toPythonModule toPythonApplication;
|
||||
|
||||
python = toPythonModule python;
|
||||
# Dont take pythonPackages from "global" pkgs scope to avoid mixing python versions
|
||||
pythonPackages = self;
|
||||
|
||||
# Don't take pythonPackages from "global" pkgs scope to avoid mixing python versions.
|
||||
# Prevent `pkgs/top-level/release-attrpaths-superset.nix` from recursing more than one level here.
|
||||
pythonPackages = self // { __attrsFailEvaluation = true; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user