mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
galene: switch to go_1_17
This builds and works with go1.17. No module changes happened (tested with a rebuild).
This commit is contained in:
parent
2d91a19f16
commit
e88ad86cfd
|
@ -1764,7 +1764,7 @@ with pkgs;
|
|||
genymotion = callPackage ../development/mobile/genymotion { };
|
||||
|
||||
galene = callPackage ../servers/web-apps/galene {
|
||||
buildGoModule = buildGo115Module;
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
gamecube-tools = callPackage ../development/tools/gamecube-tools { };
|
||||
|
|
Loading…
Reference in a new issue