Merge pull request #263551 from SuperSamus/butler-fix

butler: build with go_1_20
This commit is contained in:
Mario Rodas
2023-10-27 17:45:55 -05:00
committed by GitHub
+1
View File
@@ -1710,6 +1710,7 @@ with pkgs;
butler = callPackage ../games/itch/butler.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
buildGoModule = buildGo120Module;
};
carbon-now-cli = callPackage ../tools/typesetting/carbon-now-cli { };