pythonPackages.sphinx_1_2: remove
This commit is contained in:
parent
eaef9bc7d6
commit
315b4c4543
@ -3904,18 +3904,6 @@ in {
|
|||||||
|
|
||||||
sphinx = callPackage ../development/python-modules/sphinx { };
|
sphinx = callPackage ../development/python-modules/sphinx { };
|
||||||
|
|
||||||
sphinx_1_2 = self.sphinx.overridePythonAttrs rec {
|
|
||||||
name = "sphinx-1.2.3";
|
|
||||||
version = "1.2.3";
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/s/sphinx/sphinx-1.2.3.tar.gz";
|
|
||||||
sha256 = "94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04";
|
|
||||||
};
|
|
||||||
postPatch = '''';
|
|
||||||
# Tests requires Pygments >=2.0.2 which isn't worth keeping around for this:
|
|
||||||
doCheck = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
sphinxcontrib-websupport = callPackage ../development/python-modules/sphinxcontrib-websupport { };
|
sphinxcontrib-websupport = callPackage ../development/python-modules/sphinxcontrib-websupport { };
|
||||||
|
|
||||||
hieroglyph = callPackage ../development/python-modules/hieroglyph { };
|
hieroglyph = callPackage ../development/python-modules/hieroglyph { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user