Commit 23185c1d authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

hackedbox: fix new clang

New clang defaults to higher standard version than this code complies
with. Set the c++98 explicitly to fix compilation.
parent 448c5af6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: {
    pkg-config
  ];

  CXXFLAGS = "-std=c++98";

  buildInputs = [
    freetype
    fribidi