lmms: build using fluidsynth 2.x
LMMS supports building against FluidSynth 2, so there's no need to keep using the legacy version.
This commit is contained in:
parent
fb8eb7e9f1
commit
a2004d37a3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, fetchFromGitHub, cmake, pkg-config, alsa-lib ? null, fftwFloat, fltk13
|
||||
, fluidsynth_1 ? null, lame ? null, libgig ? null, libjack2 ? null, libpulseaudio ? null
|
||||
, fluidsynth ? null, lame ? null, libgig ? null, libjack2 ? null, libpulseaudio ? null
|
||||
, libsamplerate, libsoundio ? null, libsndfile, libvorbis ? null, portaudio ? null
|
||||
, qtbase, qtx11extras, qttools, SDL ? null, mkDerivation }:
|
||||
|
||||
|
@ -21,7 +21,7 @@ mkDerivation rec {
|
|||
alsa-lib
|
||||
fftwFloat
|
||||
fltk13
|
||||
fluidsynth_1
|
||||
fluidsynth
|
||||
lame
|
||||
libgig
|
||||
libjack2
|
||||
|
|
Loading…
Reference in a new issue