fmsynth: change build so it produces sound again

This commit is contained in:
Bart Brouns 2019-10-30 16:03:06 +01:00 committed by Bjørn Forsman
parent 06062100a3
commit 07b407743d

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
buildPhase = ''
cd lv2
substituteInPlace GNUmakefile --replace "/usr/lib/lv2" "$out/lib/lv2"
make
make SIMD=0
'';
preInstall = "mkdir -p $out/lib/lv2";