Skip to content

Commit

Permalink
python.pkgs.recommonmark: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 26, 2020
1 parent 77d6eeb commit c28df99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/recommonmark/default.nix
Expand Up @@ -5,6 +5,7 @@
, CommonMark
, docutils
, sphinx
, isPy3k
}:

buildPythonPackage rec {
Expand All @@ -30,11 +31,12 @@ buildPythonPackage rec {
"test_integration"
];

disabled = isPy3k; # Not yet compatible with latest Sphinx.

meta = {
description = "A docutils-compatibility bridge to CommonMark";
homepage = "https://github.com/rtfd/recommonmark";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fridh ];
broken = true; #broke until it works with sphinx 3
};
}

0 comments on commit c28df99

Please sign in to comment.