packetbeat5: build with Go 1.11
This commit is contained in:
parent
889f2fc990
commit
985ce23734
@ -936,7 +936,11 @@ in
|
|||||||
metricbeat = metricbeat6;
|
metricbeat = metricbeat6;
|
||||||
packetbeat = packetbeat6;
|
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
|
filebeat5
|
||||||
heartbeat5
|
heartbeat5
|
||||||
metricbeat5
|
metricbeat5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user