diff options
| author | Samuel Ainsworth <skainsworth@gmail.com> | 2022-08-05 15:25:20 -0700 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-08-05 20:02:54 -0700 |
| commit | 2c5f5c783e424e641ef0d30f00a2b150d43c8481 (patch) | |
| tree | 8555100cfb049cdf247dd71897620e8a854f789b /pkgs/development/python-modules | |
| parent | 998bc5d86c7263a8de4208af97fe6d8f25c91956 (diff) | |
python3Packages.cupy: mark as broken
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/cupy/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cupy/default.nix b/pkgs/development/python-modules/cupy/default.nix index f4bb93610266..ffe017698df1 100644 --- a/pkgs/development/python-modules/cupy/default.nix +++ b/pkgs/development/python-modules/cupy/default.nix @@ -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; }; } |
