pythonPackages.pyblock: disable on python 3

This commit is contained in:
xeji
2018-04-12 23:04:06 +02:00
parent efbd773828
commit cdc293b19b
+1
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
};
};