about summary refs log tree commit diff
path: root/pkgs/applications/office/libreoffice/default.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-03-14 19:34:22 +0200
committerDoron Behar <doron.behar@gmail.com>2023-04-02 18:15:53 +0300
commitc613b68e4ce0ce94393e0b1886123348665d8961 (patch)
treeacf63f43ed5f665910d59c99ac342056dec909ca /pkgs/applications/office/libreoffice/default.nix
parent272f3d39144149a7adc62873ed21f09da9c8f2e9 (diff)
libreoffice-still: 7.3.7.2 -> 7.4.6.2
Diffstat (limited to 'pkgs/applications/office/libreoffice/default.nix')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index a8a6fb8bf963f..67cbbdbce2f88 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -216,9 +216,6 @@ in
     tar -xf ${srcs.translations}
   '';
 
-  patches = optionals (variant == "still") [ ./skip-failed-test-with-icu70.patch ./gpgme-1.18.patch ]
-  ;
-
   ### QT/KDE
   #
   # configure.ac assumes that the first directory that contains headers and
@@ -449,6 +446,8 @@ in
     "--without-system-libstaroffice"
     "--without-system-libepubgen"
     "--without-system-libqxp"
+    "--without-system-dragonbox"
+    "--without-system-libfixmath"
     "--with-system-mdds"
     # https://github.com/NixOS/nixpkgs/commit/5c5362427a3fa9aefccfca9e531492a8735d4e6f
     "--without-system-orcus"