pdm: fix error due to wrong pdm-pep517 version

This commit is contained in:
Drew Risinger 2022-03-01 21:07:03 -05:00
parent 3f82a6ffb6
commit 66ad56106d

View File

@ -47,6 +47,9 @@ buildPythonApplication rec {
hash = "sha256:1dizf9j3z7zk4lxvnszwx63xzd9r68f2iva5sszzf8s8na831dvd";
})
];
postPatch = ''
substituteInPlace pyproject.toml --replace "pdm-pep517>=0.9,<0.10" "pdm-pep517"
'';
propagatedBuildInputs = [
blinker