Merge pull request #238002 from SebTM/fix/mkchromecast-wayland

authored by Janik and committed by GitHub a379b4f7 104a964b

+4 -2
+4 -2
pkgs/applications/networking/mkchromecast/default.nix
··· 13 13 , opusTools 14 14 , gst_all_1 15 15 , enableSonos ? true 16 + , qtwayland 16 17 }: 17 18 let packages = [ 18 19 vorbis-tools ··· 27 28 ] ++ lib.optionals stdenv.isLinux [ pulseaudio ]; 28 29 29 30 in 30 - python3Packages.buildPythonApplication rec { 31 + python3Packages.buildPythonApplication { 31 32 pname = "mkchromecast-unstable"; 32 33 version = "2022-10-31"; 33 34 34 - src = fetchFromGitHub rec { 35 + src = fetchFromGitHub { 35 36 owner = "muammar"; 36 37 repo = "mkchromecast"; 37 38 rev = "0de9fd78c4122dec4f184aeae2564790b45fe6dc"; 38 39 sha256 = "sha256-dxsIcBPrZaXlsfzOEXhYj2qoK5LRducJG2ggMrMMl9Y="; 39 40 }; 40 41 42 + buildInputs = lib.optional stdenv.isLinux qtwayland; 41 43 propagatedBuildInputs = with python3Packages; ([ 42 44 pychromecast 43 45 psutil