Python: buildPythonPackage
and overridePythonAttrs
should support final: prev:
style overrides
#258246
Labels
0.kind: bug
Something is broken
After #119942,
mkDerivation
supports recursive definition of package attributes withThe
buildPythonPackage.overridePythonAttrs
functionality originally introduced in #26155 should also support this style of overrides (to avoid therec
antipattern and make the overrides more composable).Also, this probably belongs in #1819.
The text was updated successfully, but these errors were encountered: