mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
firefoxpwa: add libraries for audio and video support
Add ffmpeg for audio and video decoding support Add pulese audio and pipewire support
This commit is contained in:
parent
6df0182794
commit
f075a50630
@ -8,15 +8,18 @@
|
||||
rustPlatform,
|
||||
|
||||
cups,
|
||||
ffmpeg,
|
||||
firefox-unwrapped,
|
||||
libcanberra-gtk3,
|
||||
libglvnd,
|
||||
libnotify,
|
||||
libpulseaudio,
|
||||
libva,
|
||||
mesa,
|
||||
nixosTests,
|
||||
openssl,
|
||||
pciutils,
|
||||
pipewire,
|
||||
pkg-config,
|
||||
stdenv,
|
||||
udev,
|
||||
@ -68,11 +71,14 @@ rustPlatform.buildRustPackage rec {
|
||||
libs =
|
||||
lib.optionals stdenv.isLinux [
|
||||
cups
|
||||
ffmpeg
|
||||
libglvnd
|
||||
libnotify
|
||||
libpulseaudio
|
||||
libva
|
||||
mesa
|
||||
pciutils
|
||||
pipewire
|
||||
udev
|
||||
xorg.libXScrnSaver
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user