cudaPackages_12.nccl: fix new missing inputs
This commit is contained in:
parent
79397957e8
commit
e305011223
@ -33,6 +33,8 @@ backendStdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cuda_cudart
|
||||
] ++ lib.optionals (lib.versionAtLeast cudaVersion "12.0.0") [
|
||||
cuda_cccl
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user