From a165f0aa38e04afa786ce2856626a0224ed7013b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 19 Dec 2024 10:54:39 +0100 Subject: [PATCH] freeoffice: 2021.1054 -> 2024.1220 --- pkgs/applications/office/softmaker/freeoffice.nix | 6 +++--- pkgs/applications/office/softmaker/generic.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/office/softmaker/freeoffice.nix b/pkgs/applications/office/softmaker/freeoffice.nix index f74d4a71e48d..39cf3351dace 100644 --- a/pkgs/applications/office/softmaker/freeoffice.nix +++ b/pkgs/applications/office/softmaker/freeoffice.nix @@ -6,9 +6,9 @@ # overridable. This is useful when the upstream archive was replaced # and nixpkgs is not in sync yet. officeVersion ? { - version = "1054"; - edition = "2021"; - hash = "sha256-dqmJUm0Qi1/GzGrI4OCHo1LwQ5KxMwZZw5EsYTMF6XU="; + version = "1220"; + edition = "2024"; + hash = "sha256-F1Srm3/4UPifYls21MhjbpxSyLaT0gEVzEMQF0gIzi0="; }, ... diff --git a/pkgs/applications/office/softmaker/generic.nix b/pkgs/applications/office/softmaker/generic.nix index f97076af4b02..a3fee9a114de 100644 --- a/pkgs/applications/office/softmaker/generic.nix +++ b/pkgs/applications/office/softmaker/generic.nix @@ -8,6 +8,8 @@ # Dynamic Libraries curl, + glib, + gst_all_1, libGL, libX11, libXext, @@ -54,6 +56,9 @@ stdenv.mkDerivation { buildInputs = [ curl + glib + gst_all_1.gstreamer + gst_all_1.gst-plugins-base libGL libX11 libXext