mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.sphinx_1_2: remove
This commit is contained in:
parent
eaef9bc7d6
commit
315b4c4543
1 changed files with 0 additions and 12 deletions
|
@ -3904,18 +3904,6 @@ in {
|
|||
|
||||
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 { };
|
||||
|
||||
hieroglyph = callPackage ../development/python-modules/hieroglyph { };
|
||||
|
|
Loading…
Reference in a new issue