mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
pythonPackages.imgaug: mark as broken
This commit is contained in:
parent
9559da73a2
commit
d27c1f64f4
@ -25,5 +25,6 @@ buildPythonPackage rec {
|
||||
description = "Image augmentation for machine learning experiments";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ cmcdragonkai ];
|
||||
broken = true; # opencv-python bindings aren't available yet, and look non-trivial
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user