commit
587805d86d
@ -1,17 +1,27 @@
|
|||||||
{ fetchFromGitHub, lib, rustPlatform }:
|
{ fetchFromGitHub, installShellFiles, lib, rustPlatform }:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mmtc";
|
pname = "mmtc";
|
||||||
version = "0.2.12";
|
version = "0.2.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "figsoda";
|
owner = "figsoda";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1chcnv8wql6v2vckpzvq6sxgpss7mnxaj008jdm8xalhw9d496s4";
|
sha256 = "0ag87hgdg6fvk80fgznba0xjlcajks5w5s6y8lvwhz9irn2kq2rz";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "06b0hag3s5irvi57n0hc97agfw4sw783lkkl1b26iap6mfbvrqma";
|
cargoSha256 = "06xqh0mqbik00qyg8mn1ddbn15v3pdwvh1agghg22xgx53kmnxb3";
|
||||||
|
|
||||||
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
completions=($releaseDir/build/mmtc-*/out/completions)
|
||||||
|
installShellCompletion ''${completions[0]}/mmtc.{bash,fish}
|
||||||
|
installShellCompletion --zsh ''${completions[0]}/_mmtc
|
||||||
|
'';
|
||||||
|
|
||||||
|
GEN_COMPLETIONS = "1";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Minimal mpd terminal client that aims to be simple yet highly configurable";
|
description = "Minimal mpd terminal client that aims to be simple yet highly configurable";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user