summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2022-08-05 15:25:20 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-05 20:02:54 -0700
commit2c5f5c783e424e641ef0d30f00a2b150d43c8481 (patch)
tree8555100cfb049cdf247dd71897620e8a854f789b /pkgs/development/python-modules
parent998bc5d86c7263a8de4208af97fe6d8f25c91956 (diff)
python3Packages.cupy: mark as broken
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/cupy/default.nix3
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;
};
}