Merge pull request #285953 from natsukium/pydeck/fix

python311Packages.pydeck: fix build
This commit is contained in:
OTABI Tomoya
2024-02-14 10:04:25 +09:00
committed by GitHub
@@ -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