mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 02:24:27 +00:00
packetbeat6: build with Go 1.11
This commit is contained in:
parent
985ce23734
commit
3c8caeb64e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue