Add sounds

This commit is contained in:
Invariantspace 2023-11-22 20:26:55 -08:00
parent f528a8f4f0
commit 10cd771ad2
4 changed files with 59 additions and 15 deletions

View file

@ -50,11 +50,11 @@ pkgs.plasma5Packages.callPackage
src = inputs.${name};
}
)
(with pkgs; {
inherit (gst_all_1) gst-libav;
inherit (python3Packages) websockets;
python-ws = python3.withPackages (ps: with ps; [
websockets
]);
})
(with pkgs; {
inherit (gst_all_1) gst-libav;
inherit (python3Packages) websockets;
python-ws = python3.withPackages (ps: with ps; [
websockets
]);
})