Skip to content

Commit

Permalink
libreoffice(-still): fixup build by using older icu
Browse files Browse the repository at this point in the history
It's slightly risky, as many dependencies use the newer icu already.
-fresh seems OK without such changes.
  • Loading branch information
vcunat committed Oct 15, 2017
1 parent 3932a91 commit 75e4191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -15357,6 +15357,7 @@ with pkgs;
harfbuzz = harfbuzz.override {
withIcu = true; withGraphite2 = true;
};
icu = icu58;
# checking whether g++ supports C++14 or C++11... configure: error: no
stdenv = overrideCC stdenv gcc5;
});
Expand Down

1 comment on commit 75e4191

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 75e4191 Oct 15, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc maintainers: @7c6f434c, @viric.

Please sign in to comment.