Merge pull request #226121 from amjoseph-nixpkgs/pr/fixcross/beautifulsoup4

This commit is contained in:
Artturi
2023-04-24 16:34:21 +03:00
committed by GitHub
+3 -1
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 { };