Skip to content

Commit

Permalink
python310Packages.beautifulsoup4: workaround splicing issue with pyth…
Browse files Browse the repository at this point in the history
…on hooks

the splicing got broken in 33d12e5
  • Loading branch information
Adam Joseph authored and Artturin committed Apr 24, 2023
1 parent ca7894b commit 2493aa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,9 @@ self: super: with self; {

beartype = callPackage ../development/python-modules/beartype { };

beautifulsoup4 = callPackage ../development/python-modules/beautifulsoup4 { };
beautifulsoup4 = callPackage ../development/python-modules/beautifulsoup4 {
inherit (python.pythonForBuild.pkgs) sphinxHook; # hook splicing broken since #194205
};

beautifultable = callPackage ../development/python-modules/beautifultable { };

Expand Down

0 comments on commit 2493aa0

Please sign in to comment.