music-assistant: yank broken airplay support (#396953)

authored by Martin Weinelt and committed by GitHub 9ff03ab0 b3b0fe59

+9
+9
pkgs/by-name/mu/music-assistant/package.nix
··· 42 42 pythonPath = python.pkgs.makePythonPath providerDependencies; 43 43 in 44 44 45 + assert 46 + (lib.elem "airplay" providers) 47 + -> throw "music-assistant: airplay support is missing libraop, a library we will not package because it depends on OpenSSL 1.1."; 48 + 45 49 python.pkgs.buildPythonApplication rec { 46 50 pname = "music-assistant"; 47 51 version = "2.5.0"; ··· 153 157 ]; 154 158 155 159 pythonImportsCheck = [ "music_assistant" ]; 160 + 161 + postFixup = '' 162 + # binary native code, segfaults when autopatchelf'd, requires openssl 1.1 to build 163 + rm $out/${python3.sitePackages}/music_assistant/providers/airplay/bin/cliraop-* 164 + ''; 156 165 157 166 passthru = { 158 167 inherit