From 31ed763ea048e12fafd7c85efe11efbcd889b9b6 Mon Sep 17 00:00:00 2001 From: Lucas Ransan Date: Tue, 22 Dec 2020 17:38:55 +0100 Subject: [PATCH] libreoffice-still: build with gcc9 Fails in multiple ways when building with gcc10. Moving to a newer version may solve this. --- pkgs/top-level/all-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 32cfe9c8542b..96d4027e6a58 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;