keybase: add kbnm to subPackages
This should fix the browser extensions.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user