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

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