Skip to content

Commit b112281

Browse files
authored
tigervnc: add h264 support (#407050)
2 parents 3d23fa1 + 0829361 commit b112281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ti/tigervnc/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
perl,
2323
makeWrapper,
2424
nixosTests,
25+
ffmpeg,
2526
}:
2627

2728
stdenv.mkDerivation rec {
@@ -138,6 +139,7 @@ stdenv.mkDerivation rec {
138139
libjpeg_turbo
139140
pixman
140141
gawk
142+
ffmpeg
141143
]
142144
++ lib.optionals stdenv.hostPlatform.isLinux (
143145
with xorg;

0 commit comments

Comments
 (0)