Merge pull request #8528 from dudebout/patch-1

One more change for jack2 to libjack2
This commit is contained in:
William A. Kennington III 2015-06-27 10:35:55 -07:00
commit 0efcb4032e

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;