gnu: pdf: Add 'bash' input for 'wrap-program'.

It is required for cross-compilation.

* gnu/packages/pdf.scm
(flyer-composer)[inputs]: Add 'bash-minimal'.
(impressive)[inputs]: Likewise.
(pdfarranger)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I55856af817691f11111f88b0931334eedd2b3ca2
This commit is contained in:
Maxime Devos 2021-07-02 12:06:32 +02:00 committed by Ludovic Courtès
parent 57383740c9
commit 88b94ced5e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -266,10 +266,10 @@ (define-public flyer-composer
`("QT_PLUGIN_PATH" ":" =
(,(string-append qtbase "/lib/qt5/plugins")))
`("QT_QPA_PLATFORM_PLUGIN_PATH" ":" =
(,(string-append qtbase "/lib/qt5/plugins/platforms"))))
#t))))))
(,(string-append qtbase "/lib/qt5/plugins/platforms"))))))))))
(inputs
(list python-poppler-qt5
(list bash-minimal
python-poppler-qt5
python-pypdf2
python-pyqt
qtbase-5))
@ -1199,7 +1199,7 @@ (define-public impressive
(,(search-input-file inputs "bin/xpdf"))))
(install-file "impressive.1" man1)))))))
;; TODO: Add dependency on pdftk.
(inputs (list python-pygame python-pillow sdl xpdf))
(inputs (list bash-minimal python-pygame python-pillow sdl xpdf))
(home-page "https://impressive.sourceforge.net")
(synopsis "PDF presentation tool with visual effects")
(description
@ -1442,7 +1442,7 @@ (define-public pdfarranger
(native-inputs
(list intltool python-distutils-extra))
(inputs
(list gtk+ poppler))
(list bash-minimal gtk+ poppler))
(propagated-inputs
(list img2pdf
python-dateutil