ecasound: fix build with gcc 15 (#520154)

This commit is contained in:
yaya
2026-05-18 12:10:25 +00:00
committed by GitHub
-4
View File
@@ -18,9 +18,6 @@
}:
# TODO: fix python. See configure log.
# fix -Dnullptr=0 cludge below.
# The error is
# /nix/store/*-lilv-0.24.10/include/lilv-0/lilv/lilvmm.hpp:272:53: error: 'nullptr' was not declared in this scope
stdenv.mkDerivation (finalAttrs: {
pname = "ecasound";
@@ -64,7 +61,6 @@ stdenv.mkDerivation (finalAttrs: {
env.CXXFLAGS = "-std=c++11";
configureFlags = [
"--enable-liblilv"
"--with-extra-cppflags=-Dnullptr=0"
];
postPatch = ''