2 , buildPythonApplication
7 buildPythonApplication rec {
11 src = fetchFromGitLab {
15 hash = "sha256-lMvM1EqS1govhv4B2hJzIg5DFQYgEr4yJJtgOQxnVlY=";
18 format = "setuptools";
20 propagatedBuildInputs = [
28 export HOME="$(mktemp -d)"
32 description = "Autoqueuing mpd client";
33 homepage = "https://kaliko.me/mpd-sima/";
34 license = licenses.gpl3Plus;
35 platforms = platforms.linux;
36 maintainers = with lib.maintainers; [ apfelkuchen6 ];
37 mainProgram = "mpd-sima";