gpu-screen-recorder{,-gtk}: only build with cuda10

This commit is contained in:
Someone Serge
2022-04-06 00:44:35 +03:00
parent be32f3d54b
commit 3655e56e58
+4 -1
View File
@@ -26406,7 +26406,10 @@ with pkgs;
gpsprune = callPackage ../applications/misc/gpsprune { };
gpu-screen-recorder = callPackage ../applications/video/gpu-screen-recorder { };
gpu-screen-recorder = callPackage ../applications/video/gpu-screen-recorder {
# rm me as soon as this package gains the support for cuda 11
cudatoolkit = cudatoolkit_10;
};
gpu-screen-recorder-gtk = callPackage ../applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix { };