Merge pull request #97753 from freezeboy/fix-jackmix

jackmix, jackmix_jack1: fix build, add alsaLib dependency
This commit is contained in:
Robert Scott 2020-09-11 21:25:34 +01:00 committed by GitHub
commit 8029886d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, sconsPackages, qt4, lash, libjack2, jack ? libjack2 }:
{ stdenv, fetchurl, pkgconfig, sconsPackages, qt4, lash, libjack2, jack ? libjack2, alsaLib }:
stdenv.mkDerivation {
name = "jackmix-0.5.2";
@ -14,6 +14,7 @@ stdenv.mkDerivation {
qt4
lash
jack
alsaLib
];
installPhase = ''