mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
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:
parent
beaad85500
commit
785ceea7ba
@ -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;
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user