bettercap: build with Go 1.11
This commit is contained in:
parent
89da25fecb
commit
2e86ada823
@ -1790,7 +1790,11 @@ in
|
||||
|
||||
bepasty = callPackage ../tools/misc/bepasty { };
|
||||
|
||||
bettercap = callPackage ../tools/security/bettercap { };
|
||||
bettercap = callPackage ../tools/security/bettercap {
|
||||
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||
# update to this package might fix it.
|
||||
buildGoPackage = buildGo111Package;
|
||||
};
|
||||
|
||||
bfg-repo-cleaner = gitAndTools.bfg-repo-cleaner;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user