mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 00:49:52 +00:00
One more change for jack2 to libjack2
7297255019
did break things and this change seems to fix them.
This commit is contained in:
parent
742824bd78
commit
430c8520b2
|
@ -6089,7 +6089,7 @@ let
|
||||||
frei0r = if stdenv.isDarwin then null else frei0r;
|
frei0r = if stdenv.isDarwin then null else frei0r;
|
||||||
game-music-emu = if stdenv.isDarwin then null else game-music-emu;
|
game-music-emu = if stdenv.isDarwin then null else game-music-emu;
|
||||||
gsm = if stdenv.isDarwin then null else gsm;
|
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;
|
libmodplug = if stdenv.isDarwin then null else libmodplug;
|
||||||
libssh = if stdenv.isDarwin then null else libssh;
|
libssh = if stdenv.isDarwin then null else libssh;
|
||||||
libvpx = if stdenv.isDarwin then null else libvpx;
|
libvpx = if stdenv.isDarwin then null else libvpx;
|
||||||
|
|
Loading…
Reference in a new issue