mongodb-tools: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 18:57:54 -08:00
parent 340a3dbd65
commit 889f2fc990
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

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