Skip to content

Commit 9f97e8c

Browse files
corbinwunderlichJohnRTitor
authored andcommitted
xpra: add a few missing dependencies
1 parent 6eeb76d commit 9f97e8c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pkgs/tools/X11/xpra/default.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
which,
3636
x264,
3737
x265,
38+
libavif,
39+
libspng,
40+
openh264,
41+
libyuv,
3842
xauth,
3943
xdg-utils,
4044
xorg,
@@ -132,6 +136,8 @@ buildPythonApplication rec {
132136
]
133137
++ (with gst_all_1; [
134138
gst-libav
139+
gst-vaapi
140+
gst-plugins-ugly
135141
gst-plugins-bad
136142
gst-plugins-base
137143
gst-plugins-good
@@ -154,6 +160,10 @@ buildPythonApplication rec {
154160
pango
155161
x264
156162
x265
163+
libavif
164+
libspng
165+
openh264
166+
libyuv
157167
xxHash
158168
]
159169
++ lib.optional withNvenc [
@@ -182,10 +192,14 @@ buildPythonApplication rec {
182192
pygobject3
183193
pyinotify
184194
pyopengl
195+
pyopengl-accelerate
185196
python-uinput
186197
pyxdg
187198
rencode
188199
invoke
200+
aioquic
201+
uvloop
202+
pyopenssl
189203
]
190204
++ lib.optionals withNvenc [
191205
pycuda

0 commit comments

Comments
 (0)