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 hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc="; 23 }; 24 25 - mesonFlags = [ "-Dcpp_std=c++14" ]; 26 27 buildInputs = [ 28 freetype
··· 22 hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc="; 23 }; 24 25 + mesonFlags = [ "-Dcpp_std=c++17" ]; # required by gtest 26 27 buildInputs = [ 28 freetype