tigervnc: add h264 support

Doesn't work for me, but this does add the option
This commit is contained in:
Artturin
2025-05-14 19:41:03 +03:00
parent 5d0a347d20
commit 0829361f08
+2
View File
@@ -22,6 +22,7 @@
perl,
makeWrapper,
nixosTests,
ffmpeg,
}:
stdenv.mkDerivation rec {
@@ -138,6 +139,7 @@ stdenv.mkDerivation rec {
libjpeg_turbo
pixman
gawk
ffmpeg
]
++ lib.optionals stdenv.hostPlatform.isLinux (
with xorg;