mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
pythonPackages.sphinx: add note
This commit is contained in:
parent
65efc9ee2e
commit
15e5b83174
|
@ -20536,6 +20536,9 @@ in modules // {
|
|||
sphinx = buildPythonPackage (rec {
|
||||
name = "Sphinx-1.3.6";
|
||||
|
||||
# 1.4 is broken
|
||||
# https://github.com/sphinx-doc/sphinx/issues/2394
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/S/Sphinx/${name}.tar.gz";
|
||||
sha256 = "12pzlfkjjlwgvsj56k0y809jpx5mgcs9548k1l4kdbr028ifjfqb";
|
||||
|
|
Loading…
Reference in a new issue