summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-31 13:04:56 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-14 15:11:51 -0400
commitb1c4c249ab4d823ab0a928bd95a6513c652d66e4 (patch)
tree0284b14aeffb9aad3e36432ea257a30651f1fd46
parent17e36697db27be640bdf657987b6599246935381 (diff)
downloadguix-b1c4c249ab4d823ab0a928bd95a6513c652d66e4.tar.gz
gnu: blender: Use ffmpeg 5.
* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5.
-rw-r--r--gnu/packages/graphics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index ecdbe6840b..befc09b6df 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -541,7 +541,7 @@ typically encountered in feature film production.")
     (inputs
      (list boost
            embree
-           ffmpeg
+           ffmpeg-5
            fftw
            freetype
            glew