summaryrefslogtreecommitdiff
path: root/customized/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'customized/mpd.nix')
-rw-r--r--customized/mpd.nix2
1 files changed, 1 insertions, 1 deletions
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 = ''