sunshine: fix build with cudaSupport (#375903)

This commit is contained in:
Morgan Helton 2025-01-24 06:39:36 -06:00 committed by GitHub
parent 1dbbbc9851
commit 5fbf31922f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,7 @@ stdenv'.mkDerivation rec {
]
++ lib.optionals cudaSupport [
cudaPackages.cudatoolkit
cudaPackages.cuda_cudart
]
++ lib.optionals stdenv.hostPlatform.isx86_64 [
intel-media-sdk