mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
tmuxPlugins: re-add mkTmuxPlugin
`mkTmuxPlugin` was removed from `tmuxPlugins` in #115718 while changing the name from `mkDerivation`; this reintroduces it under the new name.
This commit is contained in:
parent
7244e1c23d
commit
d93c9b0789
@ -49,6 +49,8 @@ let
|
||||
}));
|
||||
|
||||
in rec {
|
||||
inherit mkTmuxPlugin;
|
||||
|
||||
battery = mkTmuxPlugin {
|
||||
pluginName = "battery";
|
||||
version = "unstable-2019-07-04";
|
||||
|
Loading…
Reference in New Issue
Block a user