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
commit 0bdbdbd444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 { };