Merge pull request #54923 from marsam/fix-lab-package

gitAndTools.lab: specify subPackages
This commit is contained in:
Franz Pletz 2019-02-03 09:07:09 +00:00 committed by GitHub
commit 7568981df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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