Merge pull request #207160 from williamvds/mkchromecast_sonos

mkchromecast: Add Sonos support
This commit is contained in:
Pascal Bach 2022-12-22 22:32:56 +01:00 committed by GitHub
commit bfeef24eac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
, youtube-dl
, opusTools
, gst_all_1
, enableSonos ? true
}:
let packages = [
vorbis-tools
@ -37,7 +38,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "sha256-dxsIcBPrZaXlsfzOEXhYj2qoK5LRducJG2ggMrMMl9Y=";
};
propagatedBuildInputs = with python3Packages; [
propagatedBuildInputs = with python3Packages; ([
PyChromecast
psutil
mutagen
@ -45,7 +46,7 @@ python3Packages.buildPythonApplication rec {
netifaces
requests
pyqt5
];
] ++ lib.optionals enableSonos [ soco ]);
postPatch = ''
substituteInPlace setup.py \