rosegarden: add alsaLib as a dependency

Without ALSA rosegarden will be built without MIDI support.

Fixes #77988
This commit is contained in:
Matthias Wimmer 2020-01-19 14:39:40 +01:00
parent 7db4b67267
commit ebb3fa0f7c
No known key found for this signature in database
GPG key ID: 7AC7631D70D6C898

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, cmake, makedepend, perl, pkgconfig, qttools, wrapQtAppsHook
, dssi, fftwSinglePrec, ladspaH, ladspaPlugins, libjack2
, dssi, fftwSinglePrec, ladspaH, ladspaPlugins, libjack2, alsaLib
, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
stdenv.mkDerivation (rec {
@ -30,6 +30,7 @@ stdenv.mkDerivation (rec {
libsndfile
lirc
qtbase
alsaLib
];
enableParallelBuilding = true;