aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/djvu.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm
index 084aba2398..01b1dbaf43 100644
--- a/gnu/packages/djvu.scm
+++ b/gnu/packages/djvu.scm
@@ -31,6 +31,7 @@
#:use-module (guix build-system python)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages gawk)
@@ -346,7 +347,8 @@ and white.")
`("PATH" ":" prefix (,(string-append djvulibre "/bin"))))))))))
(native-inputs (list python-nose))
(inputs
- (list djvulibre
+ (list bash-minimal
+ djvulibre
minidjvu
python-gamera
python-pillow
@@ -380,7 +382,8 @@ and background layers of images, which can then be encoded into a DjVu file.")
(native-inputs
(list libxml2 python-nose python-pillow))
(inputs
- (list djvulibre
+ (list bash-minimal
+ djvulibre
ocrad
python-djvulibre
python-future
c7939bd8ff020e998ad8d6b'>bash completion: Consolidate similar $command ‘if’ branches....Tobias Geerinckx-Rice 2021-06-16bash_completion: Complete options for ‘guix environment’....Tobias Geerinckx-Rice 2021-06-16bash completion: Complete options for the right command....Tobias Geerinckx-Rice 2021-06-16bash completion: Really support subcommands....Tobias Geerinckx-Rice