Unverified Commit 67cce747 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

Merge pull request #262819 from andrevmatos/fix/trezord

parents cc8894bd 28fd5df2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14039,6 +14039,7 @@ with pkgs;
  trezord = callPackage ../servers/trezord {
    inherit (darwin.apple_sdk.frameworks) AppKit;
    buildGoModule = buildGo120Module;
  };
  trezor_agent = with python3Packages; toPythonApplication trezor_agent;