From b75537bc4b27f879851ded7805cb407cce28a6ed Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Wed, 29 Nov 2023 18:44:33 +0000 Subject: electrum-cc: add python-cbor for coldcard --- px/packages/finance.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'px/packages') 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 -- cgit v1.2.3