gsasl: disable check on darwin

This commit is contained in:
Matthew Bauer 2018-11-02 20:41:38 -05:00 committed by GitHub
parent 0923607ff7
commit 8bae7d328e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";