diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 18:00:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-07 18:00:00 +0200 |
commit | d24d56886f418121a2115ed367e417c3cca35feb (patch) | |
tree | 54d4a4347b778e0efe4dd4b17fa12224ff568d93 /customized/mpd.nix | |
parent | e1dc40b375847ce8ab352f95410258a4808825f0 (diff) | |
download | nixos-d24d56886f418121a2115ed367e417c3cca35feb.tar nixos-d24d56886f418121a2115ed367e417c3cca35feb.tar.gz nixos-d24d56886f418121a2115ed367e417c3cca35feb.tar.bz2 nixos-d24d56886f418121a2115ed367e417c3cca35feb.tar.xz nixos-d24d56886f418121a2115ed367e417c3cca35feb.zip |
nope, no PROMISCUOUS
Diffstat (limited to 'customized/mpd.nix')
-rw-r--r-- | customized/mpd.nix | 5 |
1 files changed, 0 insertions, 5 deletions
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 { | |||
100 | ++ opt stdenv.isLinux | 100 | ++ opt stdenv.isLinux |
101 | "--with-systemdsystemunitdir=$(out)/etc/systemd/system"; | 101 | "--with-systemdsystemunitdir=$(out)/etc/systemd/system"; |
102 | 102 | ||
103 | postInstall = '' | ||
104 | wrapProgram $out/bin/mpd \ | ||
105 | --set JACK_PROMISCUOUS_SERVER 1 | ||
106 | ''; | ||
107 | |||
108 | NIX_LDFLAGS = '' | 103 | NIX_LDFLAGS = '' |
109 | ${if shoutSupport then "-lshout" else ""} | 104 | ${if shoutSupport then "-lshout" else ""} |
110 | ''; | 105 | ''; |