Unverified Commit 28fd5df2 authored by André Vitor de Lima Matos's avatar André Vitor de Lima Matos
Browse files

trezord: build with go_1_20

Build failing due to trezor/trezord-go#297
parent bd406645
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;