jackett: drop x86_64-darwin mention in comments

This commit is contained in:
Emily
2026-07-15 03:58:17 +01:00
parent 7dd3e5ddee
commit da43840e1c
-2
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";