packetbeat6: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 22:27:29 -08:00
parent 985ce23734
commit 3c8caeb64e
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -924,7 +924,11 @@ in
bchunk = callPackage ../tools/cd-dvd/bchunk { };
inherit (callPackages ../misc/logging/beats/6.x.nix { })
inherit (callPackages ../misc/logging/beats/6.x.nix {
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it.
buildGoPackage = buildGo111Package;
})
filebeat6
heartbeat6
metricbeat6