kbfs: add kbfs/redirector subpackage

This commit is contained in:
Tad Fisher 2019-12-18 16:02:12 -08:00
parent eeaf1f702d
commit 8a7cc62063

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;