mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
python310Packages.beautifulsoup4: workaround splicing issue with python hooks
the splicing got broken in 33d12e5f
This commit is contained in:
parent
ca7894b07e
commit
2493aa0d13
1 changed files with 3 additions and 1 deletions
|
@ -1242,7 +1242,9 @@ self: super: with self; {
|
||||||
|
|
||||||
beartype = callPackage ../development/python-modules/beartype { };
|
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 { };
|
beautifultable = callPackage ../development/python-modules/beautifultable { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue