diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-11-25 20:33:13 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-11-25 23:29:09 +0100 |
commit | 644af6c87092936e8a556da192ee195db58d65b3 (patch) | |
tree | 938642b9efa1a1f63501aafe069e1ef4ac461e11 /gnu/packages/video.scm | |
parent | 1e92d311c3e43827a76f5bc9a43def7f7690f8c1 (diff) | |
download | guix-644af6c87092936e8a556da192ee195db58d65b3.tar guix-644af6c87092936e8a556da192ee195db58d65b3.tar.gz |
gnu: aegisub: Fix build.
* gnu/packages/patches/aegisub-boost68.patch: New file
* gnu/local.mk: Add it.
* gnu/packages/video.scm (aegisub)[source]: Use patch.
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 8a5e730bd5..3b2a37112c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2757,7 +2757,8 @@ programmers to access a standard API to open and decompress media files.") (sha256 (base32 "11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5")) - (patches (search-patches "aegisub-icu59-include-unistr.patch")))) + (patches (search-patches "aegisub-icu59-include-unistr.patch" + "aegisub-boost68.patch")))) (build-system gnu-build-system) (arguments `(#:configure-flags |