python3.pkgs.sphinx: remove patch

This commit is contained in:
Frederik Rietdijk 2020-05-09 13:14:20 +02:00
parent ec411b6ed1
commit 341a7e8e8b

View file

@ -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/";