Skip to content

Commit

Permalink
Merge pull request #285953 from natsukium/pydeck/fix
Browse files Browse the repository at this point in the history
python311Packages.pydeck: fix build
  • Loading branch information
natsukium committed Feb 14, 2024
2 parents 75aaea5 + a77f035 commit 84fb065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/pydeck/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 84fb065

Please sign in to comment.