mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
lib.licenses: add NVIDIA licenses
This commit is contained in:
parent
b194c2e086
commit
3d1d5533f8
@ -877,6 +877,18 @@ in mkLicense lset) ({
|
||||
fullName = "Non-Profit Open Software License 3.0";
|
||||
};
|
||||
|
||||
nvidiaCuda = {
|
||||
fullName = "CUDA Toolkit Supplement to Software License Agreement for NVIDIA Software Development Kits";
|
||||
url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement";
|
||||
free = false;
|
||||
};
|
||||
|
||||
nvidiaCudnn = {
|
||||
fullName = "cuDNN Supplement to Software License Agreement for NVIDIA Software Development Kits";
|
||||
url = "https://docs.nvidia.com/deeplearning/sdk/cudnn-sla/index.html#supplement";
|
||||
free = false;
|
||||
};
|
||||
|
||||
obsidian = {
|
||||
fullName = "Obsidian End User Agreement";
|
||||
url = "https://obsidian.md/eula";
|
||||
|
Loading…
Reference in New Issue
Block a user