haskellPackages.http-reverse-proxy: disable tests on darwin
This commit is contained in:
@@ -382,7 +382,8 @@ self: super: ({
|
||||
'';
|
||||
}) super.di-core;
|
||||
|
||||
# Requires /usr/bin/security which breaks sandbox
|
||||
# Require /usr/bin/security which breaks sandbox
|
||||
http-reverse-proxy = dontCheck super.http-reverse-proxy;
|
||||
servant-auth-server = dontCheck super.servant-auth-server;
|
||||
|
||||
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch64 { # aarch64-darwin
|
||||
|
||||
Reference in New Issue
Block a user