cudaPackages_12.nccl: fix new missing inputs

This commit is contained in:
Someone Serge 2023-03-01 16:39:04 +02:00
parent 79397957e8
commit e305011223
No known key found for this signature in database
GPG Key ID: 7B0E3B1390D61DA4

View File

@ -33,6 +33,8 @@ backendStdenv.mkDerivation rec {
buildInputs = [
cuda_cudart
] ++ lib.optionals (lib.versionAtLeast cudaVersion "12.0.0") [
cuda_cccl
];
preConfigure = ''