Skip to content

Commit

Permalink
libreoffice-still: apply the patch for ICU 58
Browse files Browse the repository at this point in the history
see #17126

(cherry picked from commit f3a4f31)
  • Loading branch information
7c6f434c authored and vcunat committed Mar 10, 2017
1 parent 4c58afd commit 328eb9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/office/libreoffice/still.nix
Expand Up @@ -72,6 +72,13 @@ in stdenv.mkDerivation rec {
configureScript = "./autogen.sh";
dontUseCmakeConfigure = true;

# ICU 58, included in 5.3.x
patches = [(fetchurl {
url = "https://gerrit.libreoffice.org/gitweb?p=core.git;a=patch;h=3e42714c76b1347babfdea0564009d8d82a83af4";
sha256 = "10bid0jdw1rpdsqwzzk3r4rp6bjs2cvi82h7anz2m1amfjdv86my";
name = "libreoffice-5.2.x-icu4c-58.patch";
})];

postUnpack = ''
mkdir -v $sourceRoot/src
'' + (stdenv.lib.concatMapStrings (f: "ln -sfv ${f} $sourceRoot/src/${f.md5 or f.outputHash}-${f.name}\nln -sfv ${f} $sourceRoot/src/${f.name}\n") srcs.third_party)
Expand Down

0 comments on commit 328eb9d

Please sign in to comment.