about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-14 18:01:11 +0000
committerGitHub <noreply@github.com>2023-11-14 18:01:11 +0000
commit6cc772a6fa213f2624f490735f4cf49426bcc0e0 (patch)
tree398d8785581708be3eb823fcffdc18b0f8726e65 /pkgs/top-level/python-packages.nix
parent0523b2e6c2ea7730352fa32e8a921ec331569571 (diff)
parentcd014bdb858891bc7a3f0c1267ef8ad4fd11f19c (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index da94c5fcdcfef..dca4ce4ed1951 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -14084,7 +14084,6 @@ self: super: with self; {
   toposort = callPackage ../development/python-modules/toposort { };
 
   torch = callPackage ../development/python-modules/torch {
-    inherit (pkgs.config) cudaSupport;
     magma =
       if pkgs.config.cudaSupport
       then pkgs.magma-cuda-static