about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2024-04-29 11:30:35 +1000
committerStanisław Pitucha <git@viraptor.info>2024-04-29 11:30:35 +1000
commit23185c1deb0862241cead0db4b048ab9a134296f (patch)
treea9c3fba2afd0d964c706116cc7c59f79687492d0 /pkgs/applications/window-managers
parent448c5af6923d6bf1753556de5e63cdb67c9eea98 (diff)
hackedbox: fix new clang
New clang defaults to higher standard version than this code complies
with. Set the c++98 explicitly to fix compilation.
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/hackedbox/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/hackedbox/default.nix b/pkgs/applications/window-managers/hackedbox/default.nix
index f38d0d6beb9b1..45f17c0c912ed 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