skydive: build with Go 1.11
This commit is contained in:
parent
205ccb42a7
commit
c219411390
1 changed files with 5 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue