summaryrefslogtreecommitdiff
path: root/customized/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'customized/mpd.nix')
-rw-r--r--customized/mpd.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/customized/mpd.nix b/customized/mpd.nix
index f579a4bf..7500bd62 100644
--- a/customized/mpd.nix
+++ b/customized/mpd.nix
@@ -102,7 +102,8 @@ in stdenv.mkDerivation rec {
102 102
103 postInstall = '' 103 postInstall = ''
104 wrapProgram $out/bin/mpd \ 104 wrapProgram $out/bin/mpd \
105 --set JACK_PROMISCUOUS_SERVER 1 105 --set JACK_PROMISCUOUS_SERVER 1 \
106 --run "umask 0"
106 ''; 107 '';
107 108
108 NIX_LDFLAGS = '' 109 NIX_LDFLAGS = ''