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
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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"