Revert "Fix buildPythonPackage overriding."
This reverts commit 6a1de6d4a78b68f1040b2353a618880689bcea00. It broke eval
This commit is contained in:
parent
fe6ec3d13a
commit
0206245aba
@ -14,7 +14,7 @@ let
|
|||||||
|
|
||||||
callPackage = pkgs.newScope self;
|
callPackage = pkgs.newScope self;
|
||||||
|
|
||||||
buildPythonPackage = makeOverridable callPackage ../development/python-modules/generic { };
|
buildPythonPackage = makeOverridable (callPackage ../development/python-modules/generic { });
|
||||||
|
|
||||||
# Unique python version identifier
|
# Unique python version identifier
|
||||||
pythonName =
|
pythonName =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user