poretools: mark as broken
This commit is contained in:
parent
eec92ca9df
commit
930b7d743f
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user