coackroachdb: build with Go 1.11

This commit is contained in:
Wael M. Nasreddine 2019-03-05 22:30:38 -08:00
parent 3c8caeb64e
commit 205ccb42a7
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F

View file

@ -14389,7 +14389,11 @@ in
cifs-utils = callPackage ../os-specific/linux/cifs-utils { };
cockroachdb = callPackage ../servers/sql/cockroachdb { };
cockroachdb = callPackage ../servers/sql/cockroachdb {
# XXX: bettercap is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it.
buildGoPackage = buildGo111Package;
};
conky = callPackage ../os-specific/linux/conky ({
lua = lua5_3_compat;