libreoffice-still: build with gcc9
Fails in multiple ways when building with gcc10. Moving to a newer version may solve this.
This commit is contained in:
parent
f21b93c362
commit
31ed763ea0
|
@ -22638,6 +22638,7 @@ in
|
||||||
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
|
||||||
libreoffice = callPackage ../applications/office/libreoffice
|
libreoffice = callPackage ../applications/office/libreoffice
|
||||||
(libreoffice-args // {
|
(libreoffice-args // {
|
||||||
|
stdenv = gcc9Stdenv; # Fails in multiple ways with gcc10
|
||||||
icu = icu64;
|
icu = icu64;
|
||||||
variant = "still";
|
variant = "still";
|
||||||
jdk = jdk8;
|
jdk = jdk8;
|
||||||
|
|
Loading…
Reference in New Issue