hydrus: disable tests on darwin

This commit is contained in:
Gaetan Lepage
2025-03-07 16:16:15 +01:00
parent 39deb90fa6
commit cb9fc30245
+5
View File
@@ -1,5 +1,6 @@
{
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[@]}")