pythonPackages.pypandoc: mark as broken
Pypandoc is incompatible with pandoc v2 and there seems to be no upstream effort to port it to the new version.
This commit is contained in:
parent
f0d2baad08
commit
41a2352a2f
|
@ -4,7 +4,6 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "pypandoc";
|
||||
version = "1.4";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
@ -28,5 +27,7 @@ buildPythonPackage rec {
|
|||
homepage = https://github.com/bebraw/pypandoc;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ bennofs ];
|
||||
|
||||
broken = true; # incompatible with pandoc v2
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue