3
0
Fork 0
forked from mirrors/nixpkgs

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-22 17:38:55 +01:00 committed by Frederik Rietdijk
parent f21b93c362
commit 31ed763ea0

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;