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:
parent
f21b93c362
commit
31ed763ea0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue