lib.licenses: nvidia*: use same fullNames as conda does

This commit is contained in:
Someone Serge 2023-10-17 23:40:47 +03:00 committed by Anderson Torres
parent 75254979ac
commit 6c9c9ef2eb
2 changed files with 2 additions and 2 deletions

View File

@ -878,7 +878,7 @@ in mkLicense lset) ({
};
nvidiaCuda = {
fullName = "CUDA Toolkit Supplement to Software License Agreement for NVIDIA Software Development Kits";
fullName = "CUDA Toolkit End User License Agreement (EULA)";
url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement";
free = false;
};

View File

@ -154,7 +154,7 @@ in
homepage = "https://developer.nvidia.com/cudnn";
sourceProvenance = with sourceTypes; [binaryNativeCode];
license = {
fullName = "cuDNN Supplement to Software License Agreement for NVIDIA Software Development Kits";
fullName = "NVIDIA cuDNN Software License Agreement (EULA)";
url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement";
free = false;
} // lib.optionalAttrs (!useCudatoolkitRunfile) {