summary refs log tree commit diff
path: root/pkgs/development/libraries/mailcore2
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-03-22 14:06:43 +0100
committerRobin Gloster <mail@glob.in>2017-03-22 14:06:43 +0100
commit66c384ab4a60eb266c5552464fce983205e1deec (patch)
tree69ba88a29e6c350c812888bd32bd58449a085de0 /pkgs/development/libraries/mailcore2
parentacd9c5ace32608e3fcd836410f5b4fe6e3856c08 (diff)
downloadnixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar.gz
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar.bz2
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar.lz
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar.xz
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.tar.zst
nixpkgs-66c384ab4a60eb266c5552464fce983205e1deec.zip
mailcore2: fix build with newer icu
Diffstat (limited to 'pkgs/development/libraries/mailcore2')
-rw-r--r--pkgs/development/libraries/mailcore2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mailcore2/default.nix b/pkgs/development/libraries/mailcore2/default.nix
index 4259e52510b..03a940801e9 100644
--- a/pkgs/development/libraries/mailcore2/default.nix
+++ b/pkgs/development/libraries/mailcore2/default.nix
@@ -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"