gitAndTools.lab: specify subPackages

Otherwise it builds an internal `docs` command.
This commit is contained in:
Mario Rodas
2019-01-30 05:04:42 -05:00
parent f5dbe5de07
commit 048016e8c8

View File

@@ -6,6 +6,8 @@ buildGoPackage rec {
goPackagePath = "github.com/zaquestion/lab";
subPackages = [ "." ];
src = fetchFromGitHub {
owner = "zaquestion";
repo = "lab";