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:
Vladimír Čunát 2017-10-15 13:49:08 +02:00
parent 3932a91776
commit 75e4191739
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;
});