diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 14:24:24 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:52:07 +0900 |
| commit | 6a7406ea20dfe8ed3f7faa5dbe2be44a343c6a87 (patch) | |
| tree | 4d13a96a2b2cef6caf4996ef0814dd7330646e8a /gnu/packages/graphics.scm | |
| parent | d7d06a833c126e02fee5ddb9a4ed99c74123a02d (diff) | |
gnu: friction: Build with ffmpeg-6.
* gnu/packages/graphics.scm (friction) [inputs]: Replace ffmpeg with
ffmpeg-6.
Change-Id: I8991631795145c305e81ab79d6ee308624e23695
Diffstat (limited to 'gnu/packages/graphics.scm')
| -rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6ddab265f2c..d1ada9ec375 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -462,7 +462,7 @@ objects!") qt))))))))) (inputs (list expat - ffmpeg ;version 4.2 is recommended; does not work with version 7+. + ffmpeg-6 fontconfig freetype gperftools-for-friction |
