11 mkXfceDerivation rec {
14 # Last release is too old
15 version = "0.3.1-2024-05-29";
16 rev = "cf40dffec6e9b80abb1f1aa6d7dceef4790173dc";
17 sha256 = "sha256-moCWSLGBJuWM4/lRJi6D3w38iJeCntLo3Vl/eVfu7lw=";
22 # Needed both here and in buildInputs for cross compilation to work
33 description = "MPD client written in GTK";
34 homepage = "https://docs.xfce.org/apps/xfmpc/start";
35 changelog = "https://gitlab.xfce.org/apps/xfmpc/-/blob/${rev}/NEWS";
36 maintainers = with maintainers; [ doronbehar ] ++ teams.xfce.members;
37 mainProgram = "xfmpc";