fmsynth: change build so it produces sound again
This commit is contained in:
parent
06062100a3
commit
07b407743d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user