python3.pkgs.sphinx: remove patch
This commit is contained in:
parent
ec411b6ed1
commit
341a7e8e8b
1 changed files with 0 additions and 6 deletions
|
@ -70,12 +70,6 @@ buildPythonPackage rec {
|
|||
# Lots of tests. Needs network as well at some point.
|
||||
doCheck = false;
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/22501
|
||||
# Do not run `python sphinx-build arguments` but `sphinx-build arguments`.
|
||||
postPatch = ''
|
||||
substituteInPlace sphinx/make_mode.py --replace "sys.executable, " ""
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
|
||||
homepage = "http://sphinx.pocoo.org/";
|
||||
|
|
Loading…
Reference in a new issue