non: fix build with gcc 11+

This commit is contained in:
Weijia Wang 2023-12-10 23:48:57 +01:00
parent 64891e361b
commit 70e5993743
2 changed files with 3 additions and 1 deletions

View file

@ -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";

View file

@ -24183,7 +24183,7 @@ with pkgs;
nntp-proxy = callPackage ../applications/networking/nntp-proxy { };
non = callPackage ../applications/audio/non { stdenv = gcc10StdenvCompat; };
non = callPackage ../applications/audio/non { };
ntl = callPackage ../development/libraries/ntl { };