libreoffice-still: build with gcc9

Fails in multiple ways when building with gcc10.
Moving to a newer version may solve this.

authored by

Lucas Ransan and committed by
Frederik Rietdijk
31ed763e f21b93c3

+1
+1
pkgs/top-level/all-packages.nix
··· 22638 22638 libreoffice-still = lowPrio (callPackage ../applications/office/libreoffice/wrapper.nix { 22639 22639 libreoffice = callPackage ../applications/office/libreoffice 22640 22640 (libreoffice-args // { 22641 + stdenv = gcc9Stdenv; # Fails in multiple ways with gcc10 22641 22642 icu = icu64; 22642 22643 variant = "still"; 22643 22644 jdk = jdk8;