Loading lib/licenses.nix +0 −6 Original line number Diff line number Diff line Loading @@ -883,12 +883,6 @@ in mkLicense lset) ({ 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 pkgs/development/libraries/science/math/cudnn/generic.nix +7 −2 Original line number Diff line number Diff line Loading @@ -153,8 +153,13 @@ in description = "NVIDIA CUDA Deep Neural Network library (cuDNN)"; homepage = "https://developer.nvidia.com/cudnn"; sourceProvenance = with sourceTypes; [binaryNativeCode]; # TODO: consider marking unfreRedistributable when not using runfile license = licenses.unfree; license = { 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; } // lib.optionalAttrs (!useCudatoolkitRunfile) { redistributable = true; }; platforms = ["x86_64-linux"]; maintainers = with maintainers; [mdaiter samuela]; # Force the use of the default, fat output by default (even though `dev` exists, which Loading Loading
lib/licenses.nix +0 −6 Original line number Diff line number Diff line Loading @@ -883,12 +883,6 @@ in mkLicense lset) ({ 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
pkgs/development/libraries/science/math/cudnn/generic.nix +7 −2 Original line number Diff line number Diff line Loading @@ -153,8 +153,13 @@ in description = "NVIDIA CUDA Deep Neural Network library (cuDNN)"; homepage = "https://developer.nvidia.com/cudnn"; sourceProvenance = with sourceTypes; [binaryNativeCode]; # TODO: consider marking unfreRedistributable when not using runfile license = licenses.unfree; license = { 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; } // lib.optionalAttrs (!useCudatoolkitRunfile) { redistributable = true; }; platforms = ["x86_64-linux"]; maintainers = with maintainers; [mdaiter samuela]; # Force the use of the default, fat output by default (even though `dev` exists, which Loading