diff --git a/pkgs/development/python-modules/ghrepo-stats/default.nix b/pkgs/development/python-modules/ghrepo-stats/default.nix index 4b66dddd0d61..29ed998584e0 100644 --- a/pkgs/development/python-modules/ghrepo-stats/default.nix +++ b/pkgs/development/python-modules/ghrepo-stats/default.nix @@ -20,12 +20,6 @@ buildPythonPackage rec { hash = "sha256-zdBIX/uetkOAalg4uJPWXRL9WUgNN+hmqUwQDTdzrzA="; }; - postPatch = '' - # https://github.com/mrbean-bremen/ghrepo-stats/pull/1 - substituteInPlace setup.py \ - --replace "bs4" "beautifulsoup4" - ''; - propagatedBuildInputs = [ beautifulsoup4 matplotlib