From db1b553ef953c347cb71cfc26742aebfd116f627 Mon Sep 17 00:00:00 2001 From: Connor Baker Date: Sun, 31 Aug 2025 16:44:25 +0100 Subject: [PATCH] blender: OptiX is under lib.licenses.nvidiaCudaRedist Signed-off-by: Connor Baker --- pkgs/by-name/bl/blender/package.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/by-name/bl/blender/package.nix b/pkgs/by-name/bl/blender/package.nix index dc4f903ade7f..25d6eb947682 100644 --- a/pkgs/by-name/bl/blender/package.nix +++ b/pkgs/by-name/bl/blender/package.nix @@ -434,9 +434,7 @@ stdenv'.mkDerivation (finalAttrs: { # They comment two licenses: GPLv2 and Blender License, but they # say: "We've decided to cancel the BL offering for an indefinite period." # OptiX, enabled with cudaSupport, is non-free. - license = - with lib.licenses; - [ gpl2Plus ] ++ lib.optional cudaSupport (unfree // { shortName = "NVidia OptiX EULA"; }); + license = with lib.licenses; [ gpl2Plus ] ++ lib.optional cudaSupport nvidiaCudaRedist; platforms = [ "aarch64-linux"