1 { lib, python3Packages, fetchPypi, installShellFiles }:
6 hash = "sha256-HYY6CEUPpZVvVK9kV4Ehw4wGk5YfIVSkZ0+qqf6Nz4c=";
8 python3Packages.buildPythonApplication {
13 inherit pname version hash;
17 python3Packages.poetry-core
22 propagatedBuildInputs = with python3Packages; [
32 installShellCompletion --cmd tmuxp \
33 --bash <(shtab --shell=bash -u tmuxp.cli.create_parser) \
34 --zsh <(shtab --shell=zsh -u tmuxp.cli.create_parser)
38 description = "tmux session manager";
39 homepage = "https://tmuxp.git-pull.com/";
40 changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ otavio ];
43 mainProgram = "tmuxp";