summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-04-02 10:30:44 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-04-02 10:30:44 +0200
commit15e5b83174700daf23a711fdfec72719dffcfc63 (patch)
treeea11a34146891dbbb4dfcabb3828d18dd1b649df
parent65efc9ee2eaec581766ed5b4384307b17ab016cf (diff)
downloadnixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar.gz
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar.bz2
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar.lz
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar.xz
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.tar.zst
nixlib-15e5b83174700daf23a711fdfec72719dffcfc63.zip
pythonPackages.sphinx: add note
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 561c8e05794b..24279c41088d 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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";