gitAndTools.lab: specify subPackages
Otherwise it builds an internal `docs` command.
This commit is contained in:
parent
f5dbe5de07
commit
048016e8c8
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user