diff options
-rw-r--r-- | customized/jack2.nix | 2 | ||||
-rw-r--r-- | customized/mpd.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/customized/jack2.nix b/customized/jack2.nix index f4f8fcaf..4788fb0a 100644 --- a/customized/jack2.nix +++ b/customized/jack2.nix | |||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec { | |||
34 | python waf install | 34 | python waf install |
35 | wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH | 35 | wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH |
36 | for bin in $out/bin/*; do | 36 | for bin in $out/bin/*; do |
37 | wrapProgram $bin --set JACK_PROMISCOUS_SERVER 1 | 37 | wrapProgram $bin --set JACK_PROMISCUOUS_SERVER 1 |
38 | done | 38 | done |
39 | ''; | 39 | ''; |
40 | 40 | ||
diff --git a/customized/mpd.nix b/customized/mpd.nix index 8f981e61..f579a4bf 100644 --- a/customized/mpd.nix +++ b/customized/mpd.nix | |||
@@ -102,7 +102,7 @@ in stdenv.mkDerivation rec { | |||
102 | 102 | ||
103 | postInstall = '' | 103 | postInstall = '' |
104 | wrapProgram $out/bin/mpd \ | 104 | wrapProgram $out/bin/mpd \ |
105 | --set JACK_PROMISCOUS_SERVER 1 | 105 | --set JACK_PROMISCUOUS_SERVER 1 |
106 | ''; | 106 | ''; |
107 | 107 | ||
108 | NIX_LDFLAGS = '' | 108 | NIX_LDFLAGS = '' |