kbfs: add kbfs/redirector subpackage

This commit is contained in:
Tad Fisher
2019-12-23 22:47:01 -08:00
parent eeaf1f702d
commit 8a7cc62063
+1 -1
View File
@@ -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;