mkchromecast: add qt5.qtwayland

This commit is contained in:
Sebastian Sellmeier 2023-06-15 23:41:23 +02:00
parent 6cee3b5893
commit 50fe7ed8d6
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -13,6 +13,7 @@
, opusTools
, gst_all_1
, enableSonos ? true
, qtwayland
}:
let packages = [
vorbis-tools
@ -27,17 +28,18 @@ let packages = [
] ++ lib.optionals stdenv.isLinux [ pulseaudio ];
in
python3Packages.buildPythonApplication rec {
python3Packages.buildPythonApplication {
pname = "mkchromecast-unstable";
version = "2022-10-31";
src = fetchFromGitHub rec {
src = fetchFromGitHub {
owner = "muammar";
repo = "mkchromecast";
rev = "0de9fd78c4122dec4f184aeae2564790b45fe6dc";
sha256 = "sha256-dxsIcBPrZaXlsfzOEXhYj2qoK5LRducJG2ggMrMMl9Y=";
};
buildInputs = lib.optional stdenv.isLinux qtwayland;
propagatedBuildInputs = with python3Packages; ([
pychromecast
psutil