mailcore2: fix build with newer icu

This commit is contained in:
Robin Gloster
2017-03-22 14:06:43 +01:00
parent acd9c5ace3
commit 66c384ab4a

View File

@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace " icule iculx" "" \
--replace "tidy/tidy.h" "tidy.h" \
--replace "/usr/include/tidy" "${libtidy}/include" \
--replace "/usr/include/libxml2" "${libxml2.dev}/include/libxml2"