mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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,
|
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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue