mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
opentype-sanitizer: Build with C++14 instead of C++11.
This is for compatibility with newer versions of gtest.
This commit is contained in:
parent
a331a49cf7
commit
9f23f84e66
@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
|
||||
};
|
||||
|
||||
mesonFlags = [ "-Dcpp_std=c++14" ];
|
||||
|
||||
buildInputs = [
|
||||
freetype
|
||||
gtest
|
||||
|
Loading…
Reference in New Issue
Block a user