cudatoolkit: add NVIDIA license

This commit is contained in:
Tyler Benster 2019-12-23 00:32:34 -08:00 committed by Anderson Torres
parent 3d1d5533f8
commit dae1e0d49a

View file

@ -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;
};
}