diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-19 08:30:24 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:12 +0200 |
commit | 3266dbd3f05629c194280d6df800c49fa9d9862f (patch) | |
tree | ffde47a59bd0fb70d281327e0c9942b6fa89cf45 /gnu/packages/video.scm | |
parent | 22429545e7c8d472607594586fadbcfadcf75270 (diff) | |
download | guix-3266dbd3f05629c194280d6df800c49fa9d9862f.tar.gz guix-3266dbd3f05629c194280d6df800c49fa9d9862f.zip |
gnu: aegisub: Fix build.
* gnu/packages/patches/aegisub-boost81.patch: New patch.
* gnu/packages/video.scm (aegisub)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Register patch.
Change-Id: I0249944bf1bd9fc5a303c44c92b0b4c3e01da14b
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 86c5666806..91d82350bd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5428,7 +5428,8 @@ programmers to access a standard API to open and decompress media files.") "11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5")) (patches (search-patches "aegisub-icu59-include-unistr.patch" "aegisub-make43.patch" - "aegisub-boost68.patch")))) + "aegisub-boost68.patch" + "aegisub-boost81.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags |