Unverified Commit f3fdd1cc authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 0bed3720 2493aa0d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };