Commit 6c9c9ef2 authored by Someone Serge's avatar Someone Serge Committed by Anderson Torres
Browse files

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

parent 75254979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+1 −1
Original line number Diff line number Diff line
@@ -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) {