lmms: implement better solution

This commit is contained in:
nek0 2019-11-20 10:39:52 +01:00
parent 3f0579f8fc
commit c854a63761

View file

@ -1,9 +1,9 @@
{ stdenv, fetchFromGitHub, cmake, pkgconfig, alsaLib ? null, fftwFloat, fltk13 { stdenv, fetchFromGitHub, cmake, pkgconfig, alsaLib ? null, fftwFloat, fltk13
, fluidsynth_1 ? null, lame ? null, libgig ? null, libjack2 ? null, libpulseaudio ? null , fluidsynth_1 ? null, lame ? null, libgig ? null, libjack2 ? null, libpulseaudio ? null
, libsamplerate, libsoundio ? null, libsndfile, libvorbis ? null, portaudio ? null , libsamplerate, libsoundio ? null, libsndfile, libvorbis ? null, portaudio ? null
, qtbase, qtx11extras, qttools, wrapQtAppsHook, SDL ? null }: , qtbase, qtx11extras, qttools, SDL ? null }:
stdenv.mkDerivation rec { mkDerivation rec {
pname = "lmms"; pname = "lmms";
version = "1.2.0-rc7"; version = "1.2.0-rc7";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = [ cmake qttools pkgconfig wrapQtAppsHook ]; nativeBuildInputs = [ cmake qttools pkgconfig ];
buildInputs = [ buildInputs = [
alsaLib alsaLib