mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: ffmpeg-for-stepmania: Fix build.
* gnu/packages/video.scm (ffmpeg-for-stepmania)[source]: Add ffmpeg-4-binutils-2.41.patch. Change-Id: I872e4a48d0ce97b77a3a04507d828854605676ce
This commit is contained in:
parent
93f92e8780
commit
aa8ea62ce0
1 changed files with 2 additions and 1 deletions
|
|
@ -1989,7 +1989,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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue