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 {
|
in rec {
|
||||||
|
inherit mkTmuxPlugin;
|
||||||
|
|
||||||
battery = mkTmuxPlugin {
|
battery = mkTmuxPlugin {
|
||||||
pluginName = "battery";
|
pluginName = "battery";
|
||||||
version = "unstable-2019-07-04";
|
version = "unstable-2019-07-04";
|
||||||
|
|
Loading…
Reference in New Issue