lol

libreoffice: fixup by building with gcc-5

I was lazy to try to find another solution.
/cc maintainers: @7c6f434c, @viric.

+4
+4
pkgs/top-level/all-packages.nix
··· 14961 14961 harfbuzz = harfbuzz.override { 14962 14962 withIcu = true; withGraphite2 = true; 14963 14963 }; 14964 + # checking whether g++ supports C++14 or C++11... configure: error: no 14965 + stdenv = overrideCC stdenv gcc5; 14964 14966 }); 14965 14967 14966 14968 libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/still.nix { ··· 14980 14982 harfbuzz = harfbuzz.override { 14981 14983 withIcu = true; withGraphite2 = true; 14982 14984 }; 14985 + # checking whether g++ supports C++14 or C++11... configure: error: no 14986 + stdenv = overrideCC stdenv gcc5; 14983 14987 }); 14984 14988 14985 14989