pythonPackages.ledgerwallet: init at 0.1.2 (#104506)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
David Terry
2020-12-07 20:11:03 +01:00
committed by GitHub
co-authored by Sandro
parent d1d1772b93
commit 3ef8d3e64a
2 changed files with 45 additions and 0 deletions
+4
View File
@@ -3388,6 +3388,10 @@ in {
ledgerblue = callPackage ../development/python-modules/ledgerblue { };
ledgerwallet = callPackage ../development/python-modules/ledgerwallet {
inherit (pkgs.darwin.apple_sdk.frameworks) AppKit;
};
lektor = callPackage ../development/python-modules/lektor { };
leveldb = callPackage ../development/python-modules/leveldb { };