diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-04-18 16:41:24 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-04-18 20:02:24 +0300 |
commit | 4d030fbd484cba03d6bea2e92351ea30518fe50d (patch) | |
tree | c06fe24de3227f6fc1da737198556813c4c35539 /gnu | |
parent | 936b7bff32ef90a40e92b500e0d6dc1081b220a9 (diff) | |
download | guix-4d030fbd484cba03d6bea2e92351ea30518fe50d.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')
-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 0fba4f5ce9..a8c1bb1280 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> @@ -11209,7 +11209,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. |