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:
Lucas Ransan
2020-12-28 08:43:33 +01:00
committed by Frederik Rietdijk
parent f21b93c362
commit 31ed763ea0
+1
View File
@@ -22638,6 +22638,7 @@ in
libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix {
libreoffice = callPackage ../applications/office/libreoffice
(libreoffice-args // {
stdenv = gcc9Stdenv; # Fails in multiple ways with gcc10
icu = icu64;
variant = "still";
jdk = jdk8;