poretools: mark as broken

This commit is contained in:
Aaron Jheng 2023-12-11 04:28:39 +00:00
parent eec92ca9df
commit 930b7d743f
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -18,5 +18,6 @@ python2Packages.buildPythonPackage rec {
license = lib.licenses.mit;
homepage = "https://poretools.readthedocs.io/en/latest/";
maintainers = [ lib.maintainers.rybern ];
broken = true; # Build error: h5py-3.9.0 not supported for interpreter python2.7
};
}