xpra: Add NVENC support

(cherry picked from commit 80e86f8871e3d4e328f5185e98cefa44269fc474)
This commit is contained in:
Zhaofeng Li
2021-05-28 21:39:53 -04:00
committed by Dmitry Kalinkin
parent a5cbb1a436
commit 25115a31d7
3 changed files with 32 additions and 5 deletions
+4
View File
@@ -27598,6 +27598,10 @@ in
libxpdf = callPackage ../applications/misc/xpdf/libxpdf.nix { };
xpra = callPackage ../tools/X11/xpra { };
xpraWithNvenc = callPackage ../tools/X11/xpra {
withNvenc = true;
nvidia_x11 = linuxPackages.nvidia_x11.override { libsOnly = true; };
};
libfakeXinerama = callPackage ../tools/X11/xpra/libfakeXinerama.nix { };