python311Packages.pydeck: fix build

This commit is contained in:
natsukium 2024-02-03 13:52:17 +09:00
parent 0822b2fef7
commit a77f035ec8
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -26,6 +26,12 @@ buildPythonPackage rec {
hash = "sha256-B+3egz98/O9nSRJDURlap9zSRmPUkJ/XiY29C2+8Aew=";
};
# upstream has an invalid pyproject.toml
# https://github.com/visgl/deck.gl/issues/8469
postPatch = ''
rm pyproject.toml
'';
nativeBuildInputs = [
jinja2
jupyter