python3Packages.scikit-bio: mark as x86_64-only
This commit is contained in:
parent
dcc98455bb
commit
61c2371594
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "http://scikit-bio.org/";
|
homepage = "http://scikit-bio.org/";
|
||||||
description = "Data structures, algorithms and educational resources for bioinformatics";
|
description = "Data structures, algorithms and educational resources for bioinformatics";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user