Skip to content

Commit

Permalink
mailcore2: fix build with newer icu
Browse files Browse the repository at this point in the history
(cherry picked from commit 66c384a)
  • Loading branch information
globin committed Mar 22, 2017
1 parent 9fe20dd commit f3a9ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/mailcore2/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit f3a9ccc

Please sign in to comment.