lib.licenses: nvidia*: add shortName-s

authored by Someone Serge and committed by Anderson Torres dd8e4b0a 47209852

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