Merge pull request #78026 from mawis/alsa-rosegarden
rosegarden: add alsaLib as a dependency
This commit is contained in:
commit
252e3a4375
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, cmake, makedepend, perl, pkgconfig, qttools, wrapQtAppsHook
|
{ 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 }:
|
, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
|
@ -30,6 +30,7 @@ stdenv.mkDerivation (rec {
|
||||||
libsndfile
|
libsndfile
|
||||||
lirc
|
lirc
|
||||||
qtbase
|
qtbase
|
||||||
|
alsaLib
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue