Commit cb9fc302 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

hydrus: disable tests on darwin

parent 39deb90f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  python3Packages,
  fetchFromGitHub,
  qt6,
@@ -142,6 +143,10 @@ python3Packages.buildPythonApplication rec {
    runHook postCheck
  '';

  # Tests crash even with __darwinAllowLocalNetworking enabled
  # hydrus.core.HydrusExceptions.DataMissing: That service was not found!
  doCheck = !stdenv.hostPlatform.isDarwin;

  dontWrapQtApps = true;
  preFixup = ''
    makeWrapperArgs+=("''${qtWrapperArgs[@]}")