hydrus: disable tests on darwin
This commit is contained in:
@@ -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[@]}")
|
||||
|
||||
Reference in New Issue
Block a user