Correct the build dependency for pytoolconfig

This commit is contained in:
Andreas Zweili 2022-11-19 19:49:22 +01:00
parent 4e4f7384ea
commit fca98321e9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
pytoolconfig = super.pytoolconfig.overridePythonAttrs
(
old: {
buildInputs = (old.buildInputs or [ ]) ++ [ super.pdm ];
buildInputs = (old.buildInputs or [ ]) ++ [ super.pdm-pep517 ];
}
);
});