summaryrefslogtreecommitdiff
path: root/customized/mpd.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:25:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:25:55 +0200
commit460de988a7a96c66a9195a89f7338551be63c35c (patch)
tree410b9e40a4d8ab8ef4bb91cd106691f607a11071 /customized/mpd.nix
parent19e972006e0dc10d93c3f061df8f73b59a876816 (diff)
downloadnixos-460de988a7a96c66a9195a89f7338551be63c35c.tar
nixos-460de988a7a96c66a9195a89f7338551be63c35c.tar.gz
nixos-460de988a7a96c66a9195a89f7338551be63c35c.tar.bz2
nixos-460de988a7a96c66a9195a89f7338551be63c35c.tar.xz
nixos-460de988a7a96c66a9195a89f7338551be63c35c.zip
JACK_PROMISCUOUS_SERVER was removed
Diffstat (limited to 'customized/mpd.nix')
-rw-r--r--customized/mpd.nix5
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 '';