diff options
Diffstat (limited to 'px/packages')
-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 |