pythonPackages.dot2tex: disabled for py3k

This commit is contained in:
Frederik Rietdijk 2016-03-31 18:07:29 +02:00
parent 300744cc70
commit bdff6bb3f1

View file

@ -25613,6 +25613,9 @@ in modules // {
sha256 = "7d3e54add7dccdaeb6cc9e61ceaf7b587914cf8ebd6821cfea008acdc1e50d4a";
};
# Tests fail with 3.x. Furthermore, package is no longer maintained.
disabled = isPy3k;
propagatedBuildInputs = with self; [
pyparsing
];