hackedbox: fix new clang

New clang defaults to higher standard version than this code complies
with. Set the c++98 explicitly to fix compilation.
This commit is contained in:
Stanisław Pitucha 2024-04-29 11:30:35 +10:00
parent 448c5af692
commit 23185c1deb

View File

@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
CXXFLAGS = "-std=c++98";
buildInputs = [
freetype
fribidi