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
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

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