9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-WcHsFKpYexBEg382837NqGgNMTKzVUG3XIER9aa1zK8=";
20 cargoHash = "sha256-ZftnJ6SYfPzwgsS44YgL9tbwL8Y+7PahI0EfFbKdlqA=";
22 buildInputs = [ libiconv ];
23 nativeBuildInputs = [ pkg-config installShellFiles ];
26 installShellCompletion $releaseDir/../completions/tux.{bash,fish}
27 installShellCompletion --zsh $releaseDir/../completions/_tux
29 installManPage $releaseDir/../man/*
33 description = "Tmux session manager";
34 homepage = "https://github.com/edeneast/tuxmux";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ edeneast ];