diff options
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 |
