1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

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"