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/mpd.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'customized/mpd.nix') diff --git a/customized/mpd.nix b/customized/mpd.nix index 0b7b1edf..f579a4bf 100644 --- a/customized/mpd.nix +++ b/customized/mpd.nix @@ -100,6 +100,11 @@ 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