ecasound: unbreak

This commit is contained in:
Robert T. McGibbon 2021-03-28 00:02:11 -04:00
parent 1433dad051
commit dca6abeb4d

View file

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
CXXFLAGS = "-std=c++11";
configureFlags = "--enable-liblilv --with-extra-cppflags=-Dnullptr=0";
postPatch = ''