From e1dc40b375847ce8ab352f95410258a4808825f0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 17:33:27 +0200 Subject: Hopefull try --- customized/jack2.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'customized/jack2.nix') diff --git a/customized/jack2.nix b/customized/jack2.nix index 1432eea9..4788fb0a 100644 --- a/customized/jack2.nix +++ b/customized/jack2.nix @@ -33,6 +33,8 @@ 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_PROMISCUOUS_SERVER 1 done ''; -- cgit v1.2.3