Skip to content

Instantly share code, notes, and snippets.

@dtzWill
Created December 6, 2016 21:28
Show Gist options
  • Save dtzWill/de6f1927274dbe68e346a32088cb9223 to your computer and use it in GitHub Desktop.
Save dtzWill/de6f1927274dbe68e346a32088cb9223 to your computer and use it in GitHub Desktop.
diff --git a/pkgs/development/libraries/icu/54.1.nix b/pkgs/development/libraries/icu/54.1.nix
index a2465ce..113e997a 100644
--- a/pkgs/development/libraries/icu/54.1.nix
+++ b/pkgs/development/libraries/icu/54.1.nix
@@ -4,8 +4,10 @@ let
icu = import ./default.nix { inherit stdenv fetchurl fetchpatch fixDarwinDylibNames; };
in
stdenv.lib.overrideDerivation icu (attrs: {
+ name = "icu_54_1";
src = fetchurl {
url = "http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz";
sha256 = "1cwapgjmvrcv1n2wjspj3vahidg596gjfp4jn1gcb4baralcjayl";
};
+ patches = [];
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment