cudatoolkit: add NVIDIA license
This commit is contained in:
parent
3d1d5533f8
commit
dae1e0d49a
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ backendStdenv.mkDerivation rec {
|
|||
description = "A compiler for NVIDIA GPUs, math libraries, and tools";
|
||||
homepage = "https://developer.nvidia.com/cuda-toolkit";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = licenses.unfree;
|
||||
license = licenses.nvidiaCuda;
|
||||
maintainers = teams.cuda.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue