gsasl: disable check on darwin
This commit is contained in:
parent
0923607ff7
commit
8bae7d328e
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-gssapi-impl=mit" ];
|
configureFlags = [ "--with-gssapi-impl=mit" ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !stdenv.hostPlatform.isDarwin;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU SASL, Simple Authentication and Security Layer library";
|
description = "GNU SASL, Simple Authentication and Security Layer library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user