treewide icu61+ fixes

It's exactly the same issue as in the parent commit.
/cc #60250 (2fe63c8).
This commit is contained in:
Vladimír Čunát
2019-06-05 23:16:23 +02:00
parent 0d29488705
commit 290695dd28
3 changed files with 9 additions and 0 deletions
@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake fuse openssl zlib bzip2 libxml2 icu ];
# compat with icu61+ https://github.com/unicode-org/icu/blob/release-64-2/icu4c/readme.html#L554
CXXFLAGS = [ "-DU_USING_ICU_NAMESPACE=1" ];
meta = {
homepage = http://www.darlinghq.org/;
description = "Darling lets you open macOS dmgs on Linux";