mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
Merge pull request #328707 from SomeoneSerge/release-cuda/stricter-predicate
release-cuda: explicitly allow cuTENSOR, disallow generic unfreeRedis…
This commit is contained in:
commit
986c4a5495
@ -19,10 +19,10 @@ let
|
||||
builtins.all (
|
||||
license:
|
||||
license.free
|
||||
|| license.redistributable
|
||||
|| builtins.elem license.shortName [
|
||||
"CUDA EULA"
|
||||
"cuDNN EULA"
|
||||
"cuTENSOR EULA"
|
||||
"NVidia OptiX EULA"
|
||||
]
|
||||
) (ensureList p.meta.license);
|
||||
|
Loading…
Reference in New Issue
Block a user