jackett: drop x86_64-darwin mention in comments

This commit is contained in:
Emily
2026-02-18 10:44:28 +00:00
parent 7dd3e5ddee
commit da43840e1c

View File

@@ -39,8 +39,6 @@ buildDotnetModule (finalAttrs: {
runtimeDeps = [ openssl ];
# mono is not available on aarch64-darwin
#x86_64-darwin is failed with
#System.Net.Sockets.SocketException (13): Permission denied
doCheck = !stdenv.hostPlatform.isDarwin;
nativeCheckInputs = [ mono ];
testProjectFile = "src/Jackett.Test/Jackett.Test.csproj";