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

It is required for cross-compilation.

* gnu/packages/photo.scm
(rapid-photo-downloader)[inputs]: Add 'bash-minimal'.
(perl-image-exiftool)[inputs]: Likewise.
(entangle)[inputs]: Likewise.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I843c7530ae24969660a00c0da7754e51475ea00d
This commit is contained in:
Maxime Devos 2021-07-02 12:07:14 +02:00 committed by Ludovic Courtès
parent e7e87b4046
commit 924a4b0c66
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -117,7 +117,8 @@ (define-public rapid-photo-downloader
(native-inputs
(list file intltool gobject-introspection))
(inputs
`(("gdk-pixbuf" ,gdk-pixbuf)
`(("bash" ,bash-minimal) ; for wrap-program
("gdk-pixbuf" ,gdk-pixbuf)
("gexiv2" ,gexiv2)
("gst-libav" ,gst-libav)
("gst-plugins-base" ,gst-plugins-base)
@ -331,6 +332,7 @@ (define-public perl-image-exiftool
(lib (dirname (dirname (car pm)))))
(wrap-program (string-append #$output "/bin/exiftool")
`("PERL5LIB" prefix (,lib)))))))))
(inputs (list bash-minimal))
(home-page "https://metacpan.org/release/Image-ExifTool")
(synopsis "Program and Perl library to manipulate EXIF and other metadata")
(description "This package provides the @code{exiftool} command and the
@ -727,7 +729,8 @@ (define-public entangle
perl
pkg-config))
(inputs
(list gdk-pixbuf
(list bash-minimal
gdk-pixbuf
gexiv2
gst-plugins-base
gstreamer