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 {
|
harfbuzz = harfbuzz.override {
|
||||||
withIcu = true; withGraphite2 = true;
|
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 {
|
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/still.nix {
|
||||||
@ -14980,6 +14982,8 @@ with pkgs;
|
|||||||
harfbuzz = harfbuzz.override {
|
harfbuzz = harfbuzz.override {
|
||||||
withIcu = true; withGraphite2 = true;
|
withIcu = true; withGraphite2 = true;
|
||||||
};
|
};
|
||||||
|
# checking whether g++ supports C++14 or C++11... configure: error: no
|
||||||
|
stdenv = overrideCC stdenv gcc5;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user