3
0
Fork 0
forked from mirrors/nixpkgs

python-modules: enables support for pypy in sphinxcontrib-plantuml

As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-plantuml with pypy.
This commit is contained in:
desiderius 2015-03-09 12:14:17 +01:00
parent 7f90cc40b4
commit cee5ce177b

View file

@ -10539,9 +10539,6 @@ let
sphinxcontrib_plantuml = buildPythonPackage (rec {
name = "sphinxcontrib-plantuml-0.5";
# See issue #6548
disabled = isPyPy;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sphinxcontrib-plantuml/${name}.tar.gz";
md5 = "4a8840fe3475a19c2af3fa877ab9d296";