mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #262819 from andrevmatos/fix/trezord
This commit is contained in:
commit
67cce74720
@ -14039,6 +14039,7 @@ with pkgs;
|
|||||||
|
|
||||||
trezord = callPackage ../servers/trezord {
|
trezord = callPackage ../servers/trezord {
|
||||||
inherit (darwin.apple_sdk.frameworks) AppKit;
|
inherit (darwin.apple_sdk.frameworks) AppKit;
|
||||||
|
buildGoModule = buildGo120Module;
|
||||||
};
|
};
|
||||||
|
|
||||||
trezor_agent = with python3Packages; toPythonApplication trezor_agent;
|
trezor_agent = with python3Packages; toPythonApplication trezor_agent;
|
||||||
|
Loading…
Reference in New Issue
Block a user