faust2: 2.20.2 -> unstable-2020-03-20 (#82650)
The latest release has a bug that makes it unable to compile all of its own libraries: https://github.com/grame-cncm/faust/issues/406
This commit is contained in:
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ faust2jaqt faust2lv2 ];
|
||||
|
||||
buildPhase = ''
|
||||
echo "hack out autoComp.dsp due to https://github.com/grame-cncm/faust/407/issues "
|
||||
rm autoComp.dsp
|
||||
for f in *.dsp;
|
||||
do
|
||||
echo "compiling standalone from" $f
|
||||
|
||||
Reference in New Issue
Block a user