7 buildPythonPackage rec {
8 pname = "music-assistant-frontend";
13 inherit pname version;
14 hash = "sha256-bbNIYVFASAdeF1c+Nrcb92wMEBhrCMI8NdQvYhGvbLI=";
18 substituteInPlace pyproject.toml \
19 --replace-fail "~=" ">="
22 build-system = [ setuptools ];
26 pythonImportsCheck = [ "music_assistant_frontend" ];
29 changelog = "https://github.com/music-assistant/frontend/releases/tag/${version}";
30 description = "The Music Assistant frontend";
31 homepage = "https://github.com/music-assistant/frontend";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ hexa ];