aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gsasl
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-02 20:41:38 -0500
committerGitHub <noreply@github.com>2018-11-02 20:41:38 -0500
commit8bae7d328e072901386ff1bb255b56484a606ee1 (patch)
treea18df15bb87a4709b63a6560dd8ad32c912c0f38 /pkgs/development/libraries/gsasl
parent0923607ff74c78c4055e936c0a5fc89015c7e6bb (diff)
gsasl: disable check on darwin
Diffstat (limited to 'pkgs/development/libraries/gsasl')
-rw-r--r--pkgs/development/libraries/gsasl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gsasl/default.nix b/pkgs/development/libraries/gsasl/default.nix
index 71da2c716f84..a1df933149fd 100644
--- a/pkgs/development/libraries/gsasl/default.nix
+++ b/pkgs/development/libraries/gsasl/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-gssapi-impl=mit" ];
- doCheck = true;
+ doCheck = !stdenv.hostPlatform.isDarwin;
meta = {
description = "GNU SASL, Simple Authentication and Security Layer library";