mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gst-editing-services: Fix build.
* gnu/packages/patches/gst-editing-services-fix-api.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/gstreamer.scm (gst-editing-services): Use it here.
This commit is contained in:
parent
19d906f82f
commit
2a5ab42e6f
3 changed files with 33 additions and 0 deletions
|
@ -1047,6 +1047,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
|
|||
(uri (string-append
|
||||
"https://gstreamer.freedesktop.org/src/" name "/"
|
||||
"gst-editing-services-" version ".tar.xz"))
|
||||
(patches (search-patches "gst-editing-services-fix-api.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rm2w7g1rgbzh3i659lw61hgzfhqk8cmx9y0zkjzwnwxmdfa53qk"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue