keybase: add kbnm to subPackages
This should fix the browser extensions.
This commit is contained in:
parent
6b2504f9f2
commit
5551e2df7c
@ -9,7 +9,7 @@ buildGoPackage rec {
|
||||
version = "5.0.0";
|
||||
|
||||
goPackagePath = "github.com/keybase/client";
|
||||
subPackages = [ "go/keybase" ];
|
||||
subPackages = [ "go/kbnm" "go/keybase" ];
|
||||
|
||||
dontRenameImports = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user