mirrorbits: build with Go 1.11
This commit is contained in:
parent
c64eda961a
commit
ee81ceb5cf
@ -4261,7 +4261,11 @@ in
|
|||||||
|
|
||||||
miredo = callPackage ../tools/networking/miredo { };
|
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 { };
|
mitmproxy = callPackage ../tools/networking/mitmproxy { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user