about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-11 10:16:08 -0500
committerGitHub <noreply@github.com>2023-12-11 10:16:08 -0500
commit07c453915410bd1f94fb1d18db84afb64a573f3f (patch)
tree6cc41a1a67c6cc3904af739243dd5921a285e60d /pkgs/applications/audio
parent20dc588c28c7110a28cdf23a051b64c6d2e7addc (diff)
parent70e59937439f7347c06816774c00598e600c24af (diff)
Merge pull request #273429 from wegank/non-gcc-13
non: fix build with gcc 11+
Diffstat (limited to 'pkgs/applications/audio')
-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";