zoom-us: init at 2.0.52458.0531 (#15607)

This commit is contained in:
Renzo Carbonara
2016-07-12 13:37:11 +02:00
committed by Domen Kožar
parent 8710a9d57c
commit 103ae01173
3 changed files with 120 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{ stdenv, fetchurl, fixDarwinDylibNames }:
let
icu = import ./default.nix { inherit stdenv fetchurl fixDarwinDylibNames; };
in
stdenv.lib.overrideDerivation icu (attrs: {
src = fetchurl {
url = "http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz";
md5 = "e844caed8f2ca24c088505b0d6271bc0";
};
})