From 341a7e8e8b0f62fae0859c67599fc1d46828ab6e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 9 May 2020 13:14:20 +0200 Subject: [PATCH] python3.pkgs.sphinx: remove patch --- pkgs/development/python-modules/sphinx/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 77256ef6cff8..ee3a27809af3 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -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/";