gnu: ultrastar-deluxe: Build with ffmpeg-5.
* gnu/packages/games.scm (ultrastar-deluxe)[inputs]: Replace ffmpeg with ffmpeg-5.
This commit is contained in:
parent
5513e8d5f4
commit
aa2eab0fd5
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ (define (where inputs file)
|
|||
"/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.
|
||||
|
|
Loading…
Reference in a new issue