pythonPackages.pyPdf: disabled py3k

This commit is contained in:
Frederik Rietdijk 2016-03-31 18:52:51 +02:00
parent 7332740e20
commit a9b80ad72f

View file

@ -17736,6 +17736,9 @@ in modules // {
buildInputs = with self; [ ];
# Not supported. Package is no longer maintained.
disabled = isPy3k;
meta = {
description = "Pure-Python PDF toolkit";
homepage = "http://pybrary.net/pyPdf/";