diff options
| author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:06:53 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:37 +0200 |
| commit | f9b9e9bc7abdc6ee2ec5a0da89209808d9f7ffd7 (patch) | |
| tree | 8c412aa6b88f73cfb5b7249434c51fa0ffddfe03 /gnu/packages/emulators.scm | |
| parent | 52a6efc1ed86ae73080fcb30b62881426b8e39dd (diff) | |
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
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 3879742e0a0..f7639c55b7b 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -596,6 +596,7 @@ and a game metadata scraper.") | |||
| 596 | (list pkg-config)) | 596 | (list pkg-config)) |
| 597 | (inputs | 597 | (inputs |
| 598 | `(("alsa-lib" ,alsa-lib) | 598 | `(("alsa-lib" ,alsa-lib) |
| 599 | ("bash" ,bash-minimal) ; for wrap-program | ||
| 599 | ("ao" ,ao) | 600 | ("ao" ,ao) |
| 600 | ("eudev" ,eudev) | 601 | ("eudev" ,eudev) |
| 601 | ("gtk+" ,gtk+-2) | 602 | ("gtk+" ,gtk+-2) |
| @@ -2160,13 +2161,13 @@ assembler, and debugger for the Intel 8085 microprocessor. | |||
| 2160 | ;; For GtkFileChooserDialog. | 2161 | ;; For GtkFileChooserDialog. |
| 2161 | `("GSETTINGS_SCHEMA_DIR" = | 2162 | `("GSETTINGS_SCHEMA_DIR" = |
| 2162 | (,(string-append (assoc-ref inputs "gtk+") | 2163 | (,(string-append (assoc-ref inputs "gtk+") |
| 2163 | "/share/glib-2.0/schemas")))) | 2164 | "/share/glib-2.0/schemas"))))))))) |
| 2164 | #t))))) | ||
| 2165 | (native-inputs | 2165 | (native-inputs |
| 2166 | (list pkg-config intltool | 2166 | (list pkg-config intltool |
| 2167 | `(,glib "bin"))) | 2167 | `(,glib "bin"))) |
| 2168 | (inputs | 2168 | (inputs |
| 2169 | (list libcdio | 2169 | (list bash-minimal |
| 2170 | libcdio | ||
| 2170 | sdl2 | 2171 | sdl2 |
| 2171 | gtk+ | 2172 | gtk+ |
| 2172 | ffmpeg-4 | 2173 | ffmpeg-4 |
