webkitgtk 2.4: fixup build by using older icu again

This commit is contained in:
Matt McHenry 2017-10-20 20:24:34 -04:00
parent 88b853eb80
commit 0f0d11074f
1 changed files with 4 additions and 1 deletions

View File

@ -8613,6 +8613,9 @@ with pkgs;
withIcu = true;
withGraphite2 = true;
};
harfbuzz-icu-58 = harfbuzz-icu.override {
icu = icu58;
};
hawknl = callPackage ../development/libraries/hawknl { };
@ -10929,7 +10932,7 @@ with pkgs;
webkitgtk = webkitgtk216x;
webkitgtk24x-gtk3 = callPackage ../development/libraries/webkitgtk/2.4.nix {
harfbuzz = harfbuzz-icu;
harfbuzz = harfbuzz-icu-58;
gst-plugins-base = gst_all_1.gst-plugins-base;
inherit (darwin) libobjc;
};