mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
52a6efc1ed
commit
f9b9e9bc7a
1 changed files with 4 additions and 3 deletions
|
@ -596,6 +596,7 @@ (define-public higan
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
("bash" ,bash-minimal) ; for wrap-program
|
||||||
("ao" ,ao)
|
("ao" ,ao)
|
||||||
("eudev" ,eudev)
|
("eudev" ,eudev)
|
||||||
("gtk+" ,gtk+-2)
|
("gtk+" ,gtk+-2)
|
||||||
|
@ -2160,13 +2161,13 @@ (define-public pcsxr
|
||||||
;; For GtkFileChooserDialog.
|
;; For GtkFileChooserDialog.
|
||||||
`("GSETTINGS_SCHEMA_DIR" =
|
`("GSETTINGS_SCHEMA_DIR" =
|
||||||
(,(string-append (assoc-ref inputs "gtk+")
|
(,(string-append (assoc-ref inputs "gtk+")
|
||||||
"/share/glib-2.0/schemas"))))
|
"/share/glib-2.0/schemas")))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool
|
(list pkg-config intltool
|
||||||
`(,glib "bin")))
|
`(,glib "bin")))
|
||||||
(inputs
|
(inputs
|
||||||
(list libcdio
|
(list bash-minimal
|
||||||
|
libcdio
|
||||||
sdl2
|
sdl2
|
||||||
gtk+
|
gtk+
|
||||||
ffmpeg-4
|
ffmpeg-4
|
||||||
|
|
Loading…
Reference in a new issue