vice: fix pulseaudio support missing (#403604)

This commit is contained in:
Felix Bargfeldt
2025-05-03 17:53:48 +02:00
committed by GitHub

View File

@@ -24,6 +24,7 @@
wrapGAppsHook3, wrapGAppsHook3,
xdg-utils, xdg-utils,
libevdev, libevdev,
pulseaudio,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@@ -60,6 +61,7 @@ stdenv.mkDerivation rec {
xa xa
xdg-utils xdg-utils
libevdev libevdev
pulseaudio
]; ];
dontDisableStatic = true; dontDisableStatic = true;
configureFlags = [ configureFlags = [