Skip to content

Commit

Permalink
aegisub: fixup build with icu-59
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 15, 2017
1 parent 8abbf33 commit b1d32c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/video/aegisub/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit b1d32c0

Please sign in to comment.