librealsenseWithCuda: fix build

This commit is contained in:
Samuel Ainsworth 2022-04-19 20:00:01 +00:00
parent 7c55d1d164
commit cc12a29221

View File

@ -23098,6 +23098,10 @@ with pkgs;
librealsenseWithCuda = callPackage ../development/libraries/librealsense {
cudaSupport = true;
# librealsenseWithCuda doesn't build on gcc11. CUDA 11.3 is the last version
# to use pre-gcc11, in particular gcc9.
cudaPackages = cudaPackages_11_3;
stdenv = gcc9Stdenv;
};
librealsenseWithoutCuda = callPackage ../development/libraries/librealsense {