python3Packages.cupy: mark as broken
This commit is contained in:
parent
998bc5d86c
commit
2c5f5c783e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue