Commit 0829361f authored by Artturin's avatar Artturin
Browse files

tigervnc: add h264 support

Doesn't work for me, but this does add the option
parent 5d0a347d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;