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

@ -11,12 +11,13 @@ python2Packages.buildPythonPackage rec {
sha256 = "0bglj833wxpp3cq430p1d3xp085ls221js2y90w7ir2x5ay8l7am";
};
propagatedBuildInputs = [python2Packages.h5py python2Packages.matplotlib python2Packages.seaborn python2Packages.pandas];
propagatedBuildInputs = [ python2Packages.h5py python2Packages.matplotlib python2Packages.seaborn python2Packages.pandas ];
meta = {
description = "a toolkit for working with nanopore sequencing data from Oxford Nanopore";
license = lib.licenses.mit;
homepage = "https://poretools.readthedocs.io/en/latest/";
maintainers = [lib.maintainers.rybern];
maintainers = [ lib.maintainers.rybern ];
broken = true; # Build error: h5py-3.9.0 not supported for interpreter python2.7
};
}