aegisub: fixup build with icu-59
Thanks to https://github.com/gentoo/gentoo/commit/779fbc09c456a
This commit is contained in:
parent
8abbf3379e
commit
b1d32c0538
@ -29,6 +29,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "11b83qazc8h0iidyj1rprnnjdivj1lpphvpa08y53n42bfa36pn5";
|
||||
};
|
||||
|
||||
# Fixup build with icu-59
|
||||
postPatch = "sed '1i#include <unicode/unistr.h>' -i src/utils.cpp";
|
||||
|
||||
buildInputs = with stdenv.lib;
|
||||
[ pkgconfig intltool libX11 wxGTK fontconfig freetype mesa
|
||||
libass fftw ffms ffmpeg zlib icu boost boost.out libiconv
|
||||
|
Loading…
Reference in New Issue
Block a user