From 290695dd2878d3961af39da087ff5a41496d8dac Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Wed, 5 Jun 2019 23:16:23 +0200 Subject: treewide icu61+ fixes It's exactly the same issue as in the parent commit. /cc #60250 (2fe63c8). --- pkgs/applications/video/aegisub/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/video') diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix index a613ad1c5842..3df616824801 100644 --- a/pkgs/applications/video/aegisub/default.nix +++ b/pkgs/applications/video/aegisub/default.nix @@ -48,6 +48,9 @@ stdenv.mkDerivation rec { hardeningDisable = [ "bindnow" "relro" ]; + # compat with icu61+ https://github.com/unicode-org/icu/blob/release-64-2/icu4c/readme.html#L554 + CXXFLAGS = [ "-DU_USING_ICU_NAMESPACE=1" ]; + # this is fixed upstream though not yet in an officially released version, # should be fine remove on next release (if one ever happens) NIX_LDFLAGS = [ -- cgit 1.4.1