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 {
|
buildPythonPackage rec {
|
||||||
pname = "pypandoc";
|
pname = "pypandoc";
|
||||||
version = "1.4";
|
version = "1.4";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -28,5 +27,7 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/bebraw/pypandoc;
|
homepage = https://github.com/bebraw/pypandoc;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ bennofs ];
|
maintainers = with maintainers; [ bennofs ];
|
||||||
|
|
||||||
|
broken = true; # incompatible with pandoc v2
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user