packetbeat5: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 19:08:31 -08:00
parent 889f2fc990
commit 985ce23734
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -936,7 +936,11 @@ in
metricbeat = metricbeat6;
packetbeat = packetbeat6;
inherit (callPackages ../misc/logging/beats/5.x.nix { })
inherit (callPackages ../misc/logging/beats/5.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;
})
filebeat5
heartbeat5
metricbeat5