This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 9913e39908 gnu: ffmpeg-for-stepmania: Fix build.
9913e39908 is described below

commit 9913e3990854e5cacd3371e7752a728778c5455c
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 12:47:52 2024 +0800

    gnu: ffmpeg-for-stepmania: Fix build.
    
    * gnu/packages/video.scm (ffmpeg-for-stepmania)[source]: Add 
ffmpeg-4-binutils-2.41.patch.
    
    Change-Id: I872e4a48d0ce97b77a3a04507d828854605676ce
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 826fcafdc9..1d60039c0e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1988,7 +1988,8 @@ audio/video codec library.")
               (commit "eda6effcabcf9c238e4635eb058d72371336e09b")))
         (sha256
          (base32 "1by8rmbva8mfrivdbbkr2gx4kga89zqygkd4cfjl76nr8mdcdamb"))
-        (file-name (git-file-name "ffmpeg" version))))
+        (file-name (git-file-name "ffmpeg" version))
+        (patches (search-patches "ffmpeg-4-binutils-2.41.patch"))))
      (arguments
       (substitute-keyword-arguments (package-arguments ffmpeg-4)
         ((#:configure-flags flags)

Reply via email to