cockroachdb: build with go1.8 until the next release
This commit is contained in:
parent
24f5edaebb
commit
29d93f97ab
@ -12008,7 +12008,10 @@ with pkgs;
|
|||||||
|
|
||||||
cifs-utils = callPackage ../os-specific/linux/cifs-utils { };
|
cifs-utils = callPackage ../os-specific/linux/cifs-utils { };
|
||||||
|
|
||||||
cockroachdb = callPackage ../servers/sql/cockroachdb { };
|
cockroachdb = callPackage ../servers/sql/cockroachdb {
|
||||||
|
# Go 1.9 build fails with "go1.8.* required (see CONTRIBUTING.md)".
|
||||||
|
buildGoPackage = buildGo18Package;
|
||||||
|
};
|
||||||
|
|
||||||
conky = callPackage ../os-specific/linux/conky ({
|
conky = callPackage ../os-specific/linux/conky ({
|
||||||
lua = lua5_1; # conky can use 5.2, but toluapp can not
|
lua = lua5_1; # conky can use 5.2, but toluapp can not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user