skydive: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-06 10:03:04 -08:00
parent 205ccb42a7
commit c219411390
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -12611,7 +12611,11 @@ in
sdnotify-wrapper = callPackage ../os-specific/linux/sdnotify-wrapper { };
};
skydive = callPackage ../tools/networking/skydive { };
skydive = callPackage ../tools/networking/skydive {
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it.
buildGoPackage = buildGo111Package;
};
slang = callPackage ../development/libraries/slang { };