aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/tmux-plugins
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2019-11-04 22:49:33 -0500
committerJason Felice <jason.m.felice@gmail.com>2019-11-04 22:52:14 -0500
commit2ae11c5aebb7c0ab5bc8ec940b2440f4cb513d89 (patch)
tree6111e0e8bff3d12dde3bd9f204116be4c755d814 /pkgs/misc/tmux-plugins
parent11d378412a166c64c60bfc47620ee30cc5347ef5 (diff)
tmuxPlugins.tmux-plumb: init at 0.1.1
Diffstat (limited to 'pkgs/misc/tmux-plugins')
-rw-r--r--pkgs/misc/tmux-plugins/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/tmux-plugins/default.nix b/pkgs/misc/tmux-plugins/default.nix
index 5aeec7cf13b1..455ae0aaf251 100644
--- a/pkgs/misc/tmux-plugins/default.nix
+++ b/pkgs/misc/tmux-plugins/default.nix
@@ -187,6 +187,19 @@ in rec {
};
};
+ plumb = mkDerivation {
+ pluginName = "plumb";
+ src = fetchFromGitHub {
+ owner = "eraserhd";
+ repo = "tmux-plumb";
+ rev = "v0.1.1";
+ sha256 = "1c6k4fdl0az9811r6k164mgd4w5la75xr6x7nabmy046xc0z5i2r";
+ };
+ postInstall = ''
+ sed -i -e 's,9 plumb,${pkgs.plan9port}/bin/9 plumb,' $target/scripts/plumb
+ '';
+ };
+
prefix-highlight = mkDerivation {
pluginName = "prefix-highlight";
src = fetchgit {