8 buildPythonApplication rec {
14 inherit pname version;
15 hash = "sha256-iUUsVIDLQAiaMomfA2LvvJZ2ePhgADtC6GCwIpRC1MA=";
32 doCheck = false; # no tests
34 # pythonImportsCheck is disabled because this package doesn't expose any modules.
37 description = "Curses-based MPD client with basic functionality that can also display an album art";
38 homepage = "https://github.com/GuardKenzie/miniplayer";
39 license = licenses.mit;
40 maintainers = with maintainers; [ azahi ];