forked from mirrors/nixpkgs
ivy: pin to go 1.18
This commit is contained in:
parent
18e7066770
commit
d53de6f8d5
|
@ -15324,7 +15324,9 @@ with pkgs;
|
||||||
|
|
||||||
io = callPackage ../development/interpreters/io { };
|
io = callPackage ../development/interpreters/io { };
|
||||||
|
|
||||||
ivy = callPackage ../development/interpreters/ivy { };
|
ivy = callPackage ../development/interpreters/ivy {
|
||||||
|
buildGoModule = buildGo118Module; # tests fail with 1.19
|
||||||
|
};
|
||||||
|
|
||||||
j = callPackage ../development/interpreters/j {
|
j = callPackage ../development/interpreters/j {
|
||||||
stdenv = clangStdenv;
|
stdenv = clangStdenv;
|
||||||
|
|
Loading…
Reference in a new issue