buildPythonPackage: save a function call
This commit is contained in:
@@ -271,7 +271,7 @@ lib.extendMkDerivation {
|
||||
if (isPythonModule drv) && (isMismatchedPython drv) then throwMismatch attrName drv else drv;
|
||||
|
||||
in
|
||||
attrName: inputs: map (checkDrv attrName) inputs;
|
||||
attrName: map (checkDrv attrName);
|
||||
|
||||
isBootstrapInstallPackage = isBootstrapInstallPackage' (finalAttrs.pname or null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user