python311Packages.pydeck: fix build
This commit is contained in:
parent
0822b2fef7
commit
a77f035ec8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user