about summary refs log tree commit diff
path: root/pkgs/applications/audio/non
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-10 23:48:57 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-10 23:48:57 +0100
commit70e59937439f7347c06816774c00598e600c24af (patch)
tree05a4f67eb695b751a9becf49f33184d22c575da2 /pkgs/applications/audio/non
parent64891e361bc375a00e2da0b98a07267d17abfa2e (diff)
non: fix build with gcc 11+
Diffstat (limited to 'pkgs/applications/audio/non')
-rw-r--r--pkgs/applications/audio/non/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/non/default.nix b/pkgs/applications/audio/non/default.nix
index 39b8ecf7a6afb..f6f2ba3f73c9f 100644
--- a/pkgs/applications/audio/non/default.nix
+++ b/pkgs/applications/audio/non/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation {
                   ladspaH liblo libsigcxx lrdf
   ];
 
+  env.CXXFLAGS = "-std=c++14";
+
   meta = {
     description = "Lightweight and lightning fast modular Digital Audio Workstation";
     homepage = "http://non.tuxfamily.org";