blender: OptiX is under lib.licenses.nvidiaCudaRedist
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
committed by
Connor Baker
parent
f5deefd463
commit
db1b553ef9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user