buildPythonPackage: save a function call

This commit is contained in:
Eman Resu
2026-05-11 20:35:44 -04:00
parent 3aa292bb16
commit ce3dc05a4c
@@ -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);