python310Packages.beautifulsoup4: workaround splicing issue with python hooks

the splicing got broken in 33d12e5f
This commit is contained in:
Adam Joseph 2023-04-14 00:02:24 -07:00 committed by Artturin
parent ca7894b07e
commit 2493aa0d13

View file

@ -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 { };