Unverified Commit b112281c authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

tigervnc: add h264 support (#407050)

parents 3d23fa19 0829361f
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;