Unverified Commit 5fbf3192 authored by Morgan Helton's avatar Morgan Helton Committed by GitHub
Browse files

sunshine: fix build with cudaSupport (#375903)

parent 1dbbbc98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -140,6 +140,7 @@ stdenv'.mkDerivation rec {
    ]
    ++ lib.optionals cudaSupport [
      cudaPackages.cudatoolkit
      cudaPackages.cuda_cudart
    ]
    ++ lib.optionals stdenv.hostPlatform.isx86_64 [
      intel-media-sdk