summary refs log tree commit diff
path: root/pkgs/development/libraries/icu
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2017-09-29 08:53:04 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2017-10-04 21:12:12 +0900
commita9d2c56df2e99c7d0a848a055b7c608b0ac762ab (patch)
tree33f54d1feaa1c7c095cfab1e219b9d43b702aff0 /pkgs/development/libraries/icu
parent6e2744ab0ff384ed43bcab5bfa564bc4289b4b55 (diff)
icu4c: 58.2 -> 59.1
Diffstat (limited to 'pkgs/development/libraries/icu')
-rw-r--r--pkgs/development/libraries/icu/default.nix16
1 files changed, 2 insertions, 14 deletions
diff --git a/pkgs/development/libraries/icu/default.nix b/pkgs/development/libraries/icu/default.nix
index 173c9bb58ad9a..5f81ae694cba2 100644
--- a/pkgs/development/libraries/icu/default.nix
+++ b/pkgs/development/libraries/icu/default.nix
@@ -2,15 +2,7 @@
 
 let
   pname = "icu4c";
-  version = "58.2";
-
-  # this patch should no longer be needed in 58.3
-  # https://bugs.gentoo.org/show_bug.cgi?id=599142#c14
-  keywordFix = fetchurl {
-    url = "http://bugs.icu-project.org/trac/changeset/39484?format=diff";
-    name = "icu-changeset-39484.diff";
-    sha256 = "0hxhpgydalyxacaaxlmaddc1sjwh65rsnpmg0j414mnblq74vmm8";
-  };
+  version = "59.1";
 in
 stdenv.mkDerivation {
   name = pname + "-" + version;
@@ -18,7 +10,7 @@ stdenv.mkDerivation {
   src = fetchurl {
     url = "http://download.icu-project.org/files/${pname}/${version}/${pname}-"
       + (stdenv.lib.replaceChars ["."] ["_"] version) + "-src.tgz";
-    sha256 = "036shcb3f8bm1lynhlsb4kpjm9s9c2vdiir01vg216rs2l8482ib";
+    sha256 = "1zkmbg2932ggvpgjp8pys0cj6z8bw087y8858009shkrjfpzscki";
   };
 
   outputs = [ "out" "dev" ];
@@ -33,10 +25,6 @@ stdenv.mkDerivation {
     echo Source root reset to ''${sourceRoot}
   '';
 
-  patchFlags = "-p4";
-
-  patches = [ keywordFix ];
-
   preConfigure = ''
     sed -i -e "s|/bin/sh|${stdenv.shell}|" configure
   '' + stdenv.lib.optionalString stdenv.isArm ''