diff options
| author | Wael M. Nasreddine <wael.nasreddine@gmail.com> | 2019-03-05 19:08:31 -0800 |
|---|---|---|
| committer | Wael M. Nasreddine <wael.nasreddine@gmail.com> | 2019-03-05 19:08:31 -0800 |
| commit | 985ce237342239034623ce7a0ff8b8d2e6c45be5 (patch) | |
| tree | 7dca2616913c88c98867979596a9d4201d4357a3 | |
| parent | mongodb-tools: build with Go 1.11 (diff) | |
| download | nixpkgs-985ce237342239034623ce7a0ff8b8d2e6c45be5.tar.gz | |
packetbeat5: build with Go 1.11
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 760e7a15373b..c324d5ca1d99 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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 |
