diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-29 18:44:33 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-29 18:44:33 +0000 |
commit | b75537bc4b27f879851ded7805cb407cce28a6ed (patch) | |
tree | 34cf85912ac7cd378ba0ace29577af3f452bde6f /px | |
parent | 372a115fa6e3b0fc5f99874c2935552dbd9c803e (diff) |
electrum-cc: add python-cbor for coldcard
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/finance.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/px/packages/finance.scm b/px/packages/finance.scm index 8c40b51..4ec837f 100644 --- a/px/packages/finance.scm +++ b/px/packages/finance.scm @@ -12,6 +12,7 @@ #:use-module (gnu packages protobuf) #:use-module (gnu packages qt) #:use-module (gnu packages aidc) + #:use-module (gnu packages serialization) #:use-module (px packages python-xyz)) (define-public electrum-cc @@ -36,4 +37,5 @@ python-qdarkstyle python-qrcode zbar - python-ckcc-protocol))))
\ No newline at end of file + python-ckcc-protocol + python-cbor))))
\ No newline at end of file |