Merge pull request from lorenz/fix-gnd

gnome-network-displays: fix hardware acceleration
This commit is contained in:
Doron Behar 2022-10-23 06:21:38 +00:00 committed by GitHub
commit 04858396e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
];