mongodb-tools: build with Go 1.11
This commit is contained in:
parent
340a3dbd65
commit
889f2fc990
@ -1711,7 +1711,11 @@ in
|
||||
|
||||
mongodb-compass = callPackage ../tools/misc/mongodb-compass { };
|
||||
|
||||
mongodb-tools = callPackage ../tools/misc/mongodb-tools { };
|
||||
mongodb-tools = callPackage ../tools/misc/mongodb-tools {
|
||||
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
|
||||
# update to this package might fix it.
|
||||
buildGoPackage = buildGo111Package;
|
||||
};
|
||||
|
||||
mozlz4a = callPackage ../tools/compression/mozlz4a { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user