From d7bf1f9193c46ee4b66c7bc0e7341095adb00bfd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 14:38:49 +0200 Subject: JACK_PROMISCOUS_SERVER + cleanup --- jack2.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jack2.nix b/jack2.nix index 289a3986..15fddc41 100644 --- a/jack2.nix +++ b/jack2.nix @@ -16,8 +16,8 @@ stdenv.mkDerivation rec { }; buildInputs = - [ alsaLib dbus expat libsamplerate libsndfile makeWrapper - pkgconfig python pythonDBus + [ alsaLib expat libsamplerate libsndfile makeWrapper + pkgconfig python ] ++ (stdenv.lib.optional firewireSupport ffado); patchPhase = '' @@ -33,6 +33,9 @@ stdenv.mkDerivation rec { installPhase = '' python waf install wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH + for bin in $out/bin/*; do + wrapProgram $bin --set JACK_PROMISCOUS_SERVER 1 + done ''; meta = with stdenv.lib; { -- cgit v1.2.3