mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python3Packages.hickle: mark as broken
looks like this will be broken until https://github.com/telegraphic/hickle/issues/143 is addressed
This commit is contained in:
parent
4db7d30365
commit
277996b0e9
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ buildPythonPackage rec {
|
|||
pythonImportsCheck = [ "hickle" ];
|
||||
|
||||
meta = {
|
||||
# incompatible with h5py>=3.0, see https://github.com/telegraphic/hickle/issues/143
|
||||
broken = true;
|
||||
description = "Serialize Python data to HDF5";
|
||||
homepage = "https://github.com/telegraphic/hickle";
|
||||
license = lib.licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue