mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 23:21:27 +00:00
jackett: drop x86_64-darwin mention in comments
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user