mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
gnome-network-displays: fix hardware acceleration
GNOME Network Displays is missing dependencies for GStreamer to make hardware acceleration work. Add these missing dependencies.
This commit is contained in:
parent
2fe76091c6
commit
0c3bd6329b
@ -17,6 +17,7 @@
|
||||
, glib
|
||||
, networkmanager
|
||||
, libpulseaudio
|
||||
, pipewire
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -59,6 +60,8 @@ stdenv.mkDerivation rec {
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
gst_all_1.gst-rtsp-server
|
||||
gst_all_1.gst-vaapi
|
||||
pipewire
|
||||
networkmanager
|
||||
libpulseaudio
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user