mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/dejavu.scm (didjvu)[inputs]: Add 'bash-minimal'. (ocrodjvu)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iad4ae04506111fd86646148a9b809e4714660b97
This commit is contained in:
parent
25c3ac5b8a
commit
7bd8ddcbba
1 changed files with 5 additions and 2 deletions
|
@ -31,6 +31,7 @@ (define-module (gnu packages djvu)
|
|||
#: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 @@ (define-public didjvu
|
|||
`("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 @@ (define-public ocrodjvu
|
|||
(native-inputs
|
||||
(list libxml2 python-nose python-pillow))
|
||||
(inputs
|
||||
(list djvulibre
|
||||
(list bash-minimal
|
||||
djvulibre
|
||||
ocrad
|
||||
python-djvulibre
|
||||
python-future
|
||||
|
|
Loading…
Reference in a new issue