pythonPackages.pyblock: disable on python 3
This commit is contained in:
parent
efbd773828
commit
cdc293b19b
|
@ -10511,6 +10511,7 @@ in {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interface for working with block devices";
|
description = "Interface for working with block devices";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
broken = isPy3k; # doesn't build on python 3, 2018-04-11
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue