trezord: build with go_1_20

Build failing due to trezor/trezord-go#297
This commit is contained in:
André Vitor de Lima Matos
2023-10-22 19:20:49 -03:00
parent bd40664563
commit 28fd5df299
+1
View File
@@ -14059,6 +14059,7 @@ with pkgs;
trezord = callPackage ../servers/trezord {
inherit (darwin.apple_sdk.frameworks) AppKit;
buildGoModule = buildGo120Module;
};
trezor_agent = with python3Packages; toPythonApplication trezor_agent;