coackroachdb: build with Go 1.11
This commit is contained in:
parent
3c8caeb64e
commit
205ccb42a7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user