about summary refs log tree commit diff
path: root/pkgs/tools/security/keybase/kbfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/keybase/kbfs.nix')
-rw-r--r--pkgs/tools/security/keybase/kbfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/keybase/kbfs.nix b/pkgs/tools/security/keybase/kbfs.nix
index 9448182a65a7..20fadee6a40e 100644
--- a/pkgs/tools/security/keybase/kbfs.nix
+++ b/pkgs/tools/security/keybase/kbfs.nix
@@ -6,7 +6,7 @@ buildGoPackage {
   inherit (keybase) src version;
 
   goPackagePath = "github.com/keybase/client";
-  subPackages = [ "go/kbfs/kbfsfuse" "go/kbfs/kbfsgit/git-remote-keybase" ];
+  subPackages = [ "go/kbfs/kbfsfuse" "go/kbfs/redirector" "go/kbfs/kbfsgit/git-remote-keybase" ];
 
   dontRenameImports = true;