opentype-sanitizer: build with C++17 stdlib (#423404)

This commit is contained in:
Vladimír Čunát
2025-07-09 17:31:16 +02:00
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
};
mesonFlags = [ "-Dcpp_std=c++14" ];
mesonFlags = [ "-Dcpp_std=c++17" ]; # required by gtest
buildInputs = [
freetype