lib.licenses: nvidia*: add shortName-s

authored by Someone Serge and committed by Anderson Torres dd8e4b0a 47209852

+2
+1
lib/licenses.nix
··· 878 }; 879 880 nvidiaCuda = { 881 fullName = "CUDA Toolkit End User License Agreement (EULA)"; 882 url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement"; 883 free = false;
··· 878 }; 879 880 nvidiaCuda = { 881 + shortName = "CUDA EULA"; 882 fullName = "CUDA Toolkit End User License Agreement (EULA)"; 883 url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement"; 884 free = false;
+1
pkgs/development/libraries/science/math/cudnn/generic.nix
··· 154 homepage = "https://developer.nvidia.com/cudnn"; 155 sourceProvenance = with sourceTypes; [binaryNativeCode]; 156 license = { 157 fullName = "NVIDIA cuDNN Software License Agreement (EULA)"; 158 url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement"; 159 free = false;
··· 154 homepage = "https://developer.nvidia.com/cudnn"; 155 sourceProvenance = with sourceTypes; [binaryNativeCode]; 156 license = { 157 + shortName = "cuDNN EULA"; 158 fullName = "NVIDIA cuDNN Software License Agreement (EULA)"; 159 url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement"; 160 free = false;