Skip to content

Commit

Permalink
mailcore2: fix build with newer icu
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 22, 2017
1 parent acd9c5a commit 66c384a
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 66c384a

Please sign in to comment.