libreoffice: fixup by building with gcc-5

I was lazy to try to find another solution.
/cc maintainers: @7c6f434c, @viric.
This commit is contained in:
Vladimír Čunát 2017-08-20 11:49:26 +02:00
parent beaad85500
commit 785ceea7ba
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -14961,6 +14961,8 @@ with pkgs;
harfbuzz = harfbuzz.override {
withIcu = true; withGraphite2 = true;
};
# checking whether g++ supports C++14 or C++11... configure: error: no
stdenv = overrideCC stdenv gcc5;
});
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/still.nix {
@ -14980,6 +14982,8 @@ with pkgs;
harfbuzz = harfbuzz.override {
withIcu = true; withGraphite2 = true;
};
# checking whether g++ supports C++14 or C++11... configure: error: no
stdenv = overrideCC stdenv gcc5;
});