summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-11-29 13:46:03 +0100
committerVladimír Čunát <v@cunat.cz>2023-11-29 13:46:03 +0100
commit9c24b00b6319c4c45341212285214f9b663ad75b (patch)
treea3fc1b213b632521e3d046155b042ad2eab1215f
parent9ee72f9096a3bfabe3be0e39cf0eab98a68cadb9 (diff)
parent5f4ce4b64d6c072ad4cd0f47162531ff29cfe4c4 (diff)
Merge #270925: libreoffice: skip tests for now
...into release-23.11
-rw-r--r--pkgs/applications/office/libreoffice/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 44d07503b2fa7..3f2885816a4bc 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -393,7 +393,8 @@ in stdenv.mkDerivation (finalAttrs: {
 
   buildTargets = [ "build-nocheck" ];
 
-  doCheck = true;
+  # FIXME: https://github.com/NixOS/nixpkgs/pull/269828#issuecomment-1829260859
+  doCheck = variant == "fresh";
 
   # It installs only things to $out/lib/libreoffice
   postInstall = ''