krill: disable failing tests on darwin

This commit is contained in:
0x4A6F 2023-11-30 15:19:53 +01:00
parent cc555148a1
commit 11b999c9a0
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -26,6 +26,9 @@ rustPlatform.buildRustPackage rec {
# Needed to get openssl-sys to use pkgconfig.
OPENSSL_NO_VENDOR = 1;
# disable failing tests on darwin
doCheck = !stdenv.isDarwin;
meta = with lib; {
description = "RPKI Certificate Authority and Publication Server written in Rust";
longDescription = ''