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

It is required for cross-compilation.

* gnu/packages/emulators.scm
(higan)[inputs]: Add 'bash-minimal'.
(pcsxr)[inputs]: Likewise.

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

View file

@ -596,6 +596,7 @@ (define-public higan
(list pkg-config))
(inputs
`(("alsa-lib" ,alsa-lib)
("bash" ,bash-minimal) ; for wrap-program
("ao" ,ao)
("eudev" ,eudev)
("gtk+" ,gtk+-2)
@ -2160,13 +2161,13 @@ (define-public pcsxr
;; For GtkFileChooserDialog.
`("GSETTINGS_SCHEMA_DIR" =
(,(string-append (assoc-ref inputs "gtk+")
"/share/glib-2.0/schemas"))))
#t)))))
"/share/glib-2.0/schemas")))))))))
(native-inputs
(list pkg-config intltool
`(,glib "bin")))
(inputs
(list libcdio
(list bash-minimal
libcdio
sdl2
gtk+
ffmpeg-4