fmsynth: change build so it produces sound again

This commit is contained in:
Bart Brouns
2019-11-09 12:45:46 +01:00
committed by Bjørn Forsman
parent 06062100a3
commit 07b407743d
+1 -1
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";