tmuxPlugins.fingers: fix rtpFilePath

This commit is contained in:
afreakk 2020-08-12 11:05:43 +02:00
parent 66dd4f3829
commit 15e5bbdedf
No known key found for this signature in database
GPG Key ID: 8B980523664C3A52

View File

@ -111,6 +111,7 @@ in rec {
fingers = mkDerivation rec { fingers = mkDerivation rec {
pluginName = "fingers"; pluginName = "fingers";
rtpFilePath = "tmux-fingers.tmux";
version = "1.0.1"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Morantron"; owner = "Morantron";