mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vice: fix pulseaudio support missing (#403507)
This commit is contained in:
parent
b2c1ae97e8
commit
b36eafbb8e
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
wrapGAppsHook3,
|
||||
xdg-utils,
|
||||
libevdev,
|
||||
pulseaudio,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -60,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||
xa
|
||||
xdg-utils
|
||||
libevdev
|
||||
pulseaudio
|
||||
];
|
||||
dontDisableStatic = true;
|
||||
configureFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue