python3Packages.cupy: mark as broken

This commit is contained in:
Samuel Ainsworth 2022-08-05 15:25:20 -07:00 committed by Jonathan Ringer
parent 998bc5d86c
commit 2c5f5c783e

View file

@ -70,5 +70,8 @@ in buildPythonPackage rec {
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ hyphon81 ];
# See https://github.com/NixOS/nixpkgs/pull/179912#issuecomment-1206265922.
broken = true;
};
}