Loading pkgs/by-name/hy/hydrus/package.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, python3Packages, fetchFromGitHub, qt6, Loading Loading @@ -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[@]}") Loading Loading
pkgs/by-name/hy/hydrus/package.nix +5 −0 Original line number Diff line number Diff line { lib, stdenv, python3Packages, fetchFromGitHub, qt6, Loading Loading @@ -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[@]}") Loading