mirrorbits: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 18:38:19 -08:00
parent c64eda961a
commit ee81ceb5cf
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -4261,7 +4261,11 @@ in
miredo = callPackage ../tools/networking/miredo { };
mirrorbits = callPackage ../servers/mirrorbits { };
mirrorbits = callPackage ../servers/mirrorbits {
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it.
buildGoPackage = buildGo111Package;
};
mitmproxy = callPackage ../tools/networking/mitmproxy { };