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
commit f3fdd1cce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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