python35Packages.oslosphinx: disable

This commit is contained in:
Domen Kožar 2015-11-07 20:29:28 +01:00
parent 4f44172f49
commit 6110f1c944

View File

@ -10588,12 +10588,14 @@ let
propagatedBuildInputs = with self; [ propagatedBuildInputs = with self; [
pbr requests2 pbr requests2
(sphinx.override { (sphinx.override rec {
name = "sphinx-1.2.3";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sphinx/sphinx-1.2.3.tar.gz"; url = "https://pypi.python.org/packages/source/s/sphinx/${name}.tar.gz";
sha256 = "94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04"; sha256 = "94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04";
}; };
patches = []; patches = [];
disabled = isPy35;
}) })
]; ];
}; };