Add sounds
This commit is contained in:
parent
f528a8f4f0
commit
10cd771ad2
4 changed files with 59 additions and 15 deletions
|
|
@ -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
|
||||
]);
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue