Merge pull request #144405 from sternenseemann/utf8cpp-fix-darwin

This commit is contained in:
Sandro
2021-11-03 13:46:34 +01:00
committed by GitHub
@@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
doCheck = true;
# Tests fail on darwin, probably due to a bug in the test framework:
# https://github.com/nemtrif/utfcpp/issues/84
doCheck = !stdenv.isDarwin;
meta = with lib; {
homepage = "https://github.com/nemtrif/utfcpp";