pythonPackages.pyblock: disable on python 3

This commit is contained in:
xeji 2018-04-11 22:33:53 +02:00
parent efbd773828
commit cdc293b19b

View File

@ -10511,6 +10511,7 @@ in {
meta = {
description = "Interface for working with block devices";
license = licenses.gpl2Plus;
broken = isPy3k; # doesn't build on python 3, 2018-04-11
};
};