Skip to content

Commit

Permalink
lib.licenses: nvidia*: use same fullNames as conda does
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge authored and AndersonTorres committed Nov 8, 2023
1 parent 7525497 commit 6c9c9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/licenses.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/cudnn/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6c9c9ef

Please sign in to comment.