python311Packages.sphinx-tabs: cleanup

This commit is contained in:
Weijia Wang 2024-02-05 20:58:18 +01:00
parent 96a3f01792
commit fb9817eebe

View File

@ -30,10 +30,6 @@ buildPythonPackage rec {
hash = "sha256-uFSnIhvnmg3ZURJGbSOUpLVx0EDUs/9SewspM7gtNRk=";
};
postPatch = ''
substituteInPlace setup.py --replace 'docutils~=0.18.0' 'docutils'
'';
nativeBuildInputs = [
setuptools
sphinxHook