From 460de988a7a96c66a9195a89f7338551be63c35c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 17:25:55 +0200 Subject: JACK_PROMISCUOUS_SERVER was removed --- customized/jack2.nix | 2 -- customized/mpd.nix | 5 ----- 2 files changed, 7 deletions(-) diff --git a/customized/jack2.nix b/customized/jack2.nix index 4788fb0a..1432eea9 100644 --- a/customized/jack2.nix +++ b/customized/jack2.nix @@ -33,8 +33,6 @@ 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 ''; diff --git a/customized/mpd.nix b/customized/mpd.nix index f579a4bf..0b7b1edf 100644 --- a/customized/mpd.nix +++ b/customized/mpd.nix @@ -100,11 +100,6 @@ in stdenv.mkDerivation rec { ++ opt stdenv.isLinux "--with-systemdsystemunitdir=$(out)/etc/systemd/system"; - postInstall = '' - wrapProgram $out/bin/mpd \ - --set JACK_PROMISCUOUS_SERVER 1 - ''; - NIX_LDFLAGS = '' ${if shoutSupport then "-lshout" else ""} ''; -- cgit v1.2.3