bettercap: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 17:09:05 -08:00
parent 89da25fecb
commit 2e86ada823
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -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;