mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
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 { };
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue