From 07b407743de858d8b0b4be1ce23ae2fa018f8d89 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 30 Oct 2019 16:03:06 +0100 Subject: [PATCH] fmsynth: change build so it produces sound again --- pkgs/applications/audio/fmsynth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/fmsynth/default.nix b/pkgs/applications/audio/fmsynth/default.nix index 5e95d717968..248967e06e6 100644 --- a/pkgs/applications/audio/fmsynth/default.nix +++ b/pkgs/applications/audio/fmsynth/default.nix @@ -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";