One more change for jack2 to libjack2

729725501922fad5955b86bf0e06a2f6fee659f6 did break things and this change seems to fix them.
This commit is contained in:
Nicolas Dudebout 2015-06-27 13:20:56 -04:00
parent 742824bd78
commit 430c8520b2

View File

@ -6089,7 +6089,7 @@ let
frei0r = if stdenv.isDarwin then null else frei0r;
game-music-emu = if stdenv.isDarwin then null else game-music-emu;
gsm = if stdenv.isDarwin then null else gsm;
jack2 = if stdenv.isDarwin then null else jack2;
libjack2 = if stdenv.isDarwin then null else libjack2;
libmodplug = if stdenv.isDarwin then null else libmodplug;
libssh = if stdenv.isDarwin then null else libssh;
libvpx = if stdenv.isDarwin then null else libvpx;