Loading lib/licenses.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading pkgs/development/libraries/science/math/cudnn/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
lib/licenses.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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; }; Loading
pkgs/development/libraries/science/math/cudnn/generic.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading