diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-04-18 16:41:24 +0300 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:24:29 -0400 |
commit | aa2eab0fd51b3a3852dad0a90c241fe8d409a1ce (patch) | |
tree | a727ef82c04154943866dd1803ffdd082ad7a48d /gnu/packages/games.scm | |
parent | 5513e8d5f4135b4c6c51afebb2bd9da8deea55dd (diff) | |
download | guix-aa2eab0fd51b3a3852dad0a90c241fe8d409a1ce.tar.gz |
gnu: ultrastar-deluxe: Build with ffmpeg-5.
* gnu/packages/games.scm (ultrastar-deluxe)[inputs]: Replace ffmpeg with ffmpeg-5.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c63436ccd9..9936975ba6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> -;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2016-2021, 2023 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016 Steve Webber <webber.sl@gmail.com> ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@hyperbola.info> @@ -11215,7 +11215,7 @@ and unsafe rides. Which path will you take?") "/share/fonts/truetype/")) (("=DejaVu/") (string-append "=" #$font-dejavu "/share/fonts/truetype/")))))))) - (inputs (list ffmpeg + (inputs (list ffmpeg-5 font-dejavu font-google-noto ; Not needed, since we don’t have freesans. |