opentype-sanitizer: build with C++17 stdlib

gtest enforces C++17 now: https://github.com/NixOS/nixpkgs/pull/403142

+1 -1
+1 -1
pkgs/by-name/op/opentype-sanitizer/package.nix
··· 22 22 hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc="; 23 23 }; 24 24 25 - mesonFlags = [ "-Dcpp_std=c++14" ]; 25 + mesonFlags = [ "-Dcpp_std=c++17" ]; # required by gtest 26 26 27 27 buildInputs = [ 28 28 freetype