non: fix build with gcc 11+
This commit is contained in:
parent
64891e361b
commit
70e5993743
2 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue