mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
libreoffice(-still): fixup build by using older icu
It's slightly risky, as many dependencies use the newer icu already. -fresh seems OK without such changes.
This commit is contained in:
parent
3932a91776
commit
75e4191739
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user