3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Someone Serge 2022-04-05 05:01:21 +03:00
parent be32f3d54b
commit 3655e56e58
No known key found for this signature in database
GPG key ID: A39079F4AE78D20D

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 { };