cockroachdb: build with go1.8 until the next release

This commit is contained in:
Orivej Desh
2017-09-28 10:28:20 +00:00
parent 24f5edaebb
commit 29d93f97ab
+4 -1
View File
@@ -12008,7 +12008,10 @@ with pkgs;
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 ({
lua = lua5_1; # conky can use 5.2, but toluapp can not