Merge pull request #273429 from wegank/non-gcc-13
non: fix build with gcc 11+
This commit is contained in:
commit
07c4539154
pkgs
@ -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";
|
||||
|
@ -24182,7 +24182,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 New Issue
Block a user