diff options
author | Andrew Tropin <andrew@trop.in> | 2022-11-28 10:45:49 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-11-28 10:50:30 +0400 |
commit | ffc9986ee21aef1f4bf8a0d9f7f919ffbc2a5505 (patch) | |
tree | ddc49ba2558e49ec9ecef648b00a589a4f8683d7 | |
parent | 59bdfbb196bf4805201d411ac7eb7b619cd7e29b (diff) | |
download | guix-ffc9986ee21aef1f4bf8a0d9f7f919ffbc2a5505.tar.gz |
gnu: calibre: Add missing python-pycryptodome dependency.
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome dependency.
-rw-r--r-- | gnu/packages/ebook.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 60ef39c77e..8dff0f2ec8 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -197,6 +197,7 @@ with Microsoft Compiled HTML (CHM) files") python-psutil python-py7zr python-pychm + python-pycryptodome python-pygments python-pyqt-without-qtwebkit python-pyqtwebengine |