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

libreoffice: skip tests for now

They expired in some way recently.
parent 4cb57ac1
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 = ''