freeoffice: 2021.1054 -> 2024.1220
This commit is contained in:
@@ -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=";
|
||||
},
|
||||
|
||||
...
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user