10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-hQhcNeGNxUxJ9hO/ukmt6V8V8zQHQLvejeu692pKTwg=";
21 cargoHash = "sha256-Y+NmBAcp6lu1dmMo1Gpozmm/YvNYM7mUAvU2C7iO0ew=";
29 env.VERGEN_GIT_DESCRIBE = version;
32 installManPage target/man/rmpc.1
34 installShellCompletion --cmd rmpc \
35 --bash target/completions/rmpc.bash \
36 --fish target/completions/rmpc.fish \
37 --zsh target/completions/_rmpc
41 changelog = "https://github.com/mierak/rmpc/releases/tag/${src.rev}";
42 description = "TUI music player client for MPD with album art support via kitty image protocol";
43 homepage = "https://mierak.github.io/rmpc/";
44 license = lib.licenses.bsd3;
46 Rusty Music Player Client is a beautiful, modern and configurable terminal-based Music Player
47 Daemon client. It was inspired by ncmpcpp and aims to provide an alternative with support for
48 album art through kitty image protocol without any ugly hacks. It also features ranger/lf
49 inspired browsing of songs and other goodies.
51 maintainers = with lib.maintainers; [
56 platforms = lib.platforms.linux;