python.pkgs.recommonmark: fix eval
This commit is contained in:
parent
77d6eebc66
commit
c28df9984b
@ -5,6 +5,7 @@
|
|||||||
, CommonMark
|
, CommonMark
|
||||||
, docutils
|
, docutils
|
||||||
, sphinx
|
, sphinx
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -30,11 +31,12 @@ buildPythonPackage rec {
|
|||||||
"test_integration"
|
"test_integration"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabled = isPy3k; # Not yet compatible with latest Sphinx.
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A docutils-compatibility bridge to CommonMark";
|
description = "A docutils-compatibility bridge to CommonMark";
|
||||||
homepage = "https://github.com/rtfd/recommonmark";
|
homepage = "https://github.com/rtfd/recommonmark";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
broken = true; #broke until it works with sphinx 3
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user