From b1562bb4ab36711d369c597d2b8630e0328eb393 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 19:40:10 +0200 Subject: trivmix & promiscuous (irc said so) --- customized/jack2.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'customized/jack2.nix') diff --git a/customized/jack2.nix b/customized/jack2.nix index e65bdb0d..1a7b0adc 100644 --- a/customized/jack2.nix +++ b/customized/jack2.nix @@ -33,6 +33,11 @@ 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 \ + --run "umask 0" + done ''; meta = with stdenv.lib; { -- cgit v1.2.3