From 23185c1deb0862241cead0db4b048ab9a134296f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Pitucha?= Date: Mon, 29 Apr 2024 11:30:35 +1000 Subject: [PATCH] hackedbox: fix new clang New clang defaults to higher standard version than this code complies with. Set the c++98 explicitly to fix compilation. --- pkgs/applications/window-managers/hackedbox/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/window-managers/hackedbox/default.nix b/pkgs/applications/window-managers/hackedbox/default.nix index f38d0d6beb9b..45f17c0c912e 100644 --- a/pkgs/applications/window-managers/hackedbox/default.nix +++ b/pkgs/applications/window-managers/hackedbox/default.nix @@ -32,6 +32,8 @@ stdenv.mkDerivation (finalAttrs: { pkg-config ]; + CXXFLAGS = "-std=c++98"; + buildInputs = [ freetype fribidi