Unverified Commit 9c24b00b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #270925: libreoffice: skip tests for now

...into release-23.11
parents 9ee72f90 5f4ce4b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = ''