From a9f27926d0b8f180fc89c00f8a2d55992c6a0003 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 20:15:47 +0200 Subject: umask --- customized/mpd.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'customized') 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 { postInstall = '' wrapProgram $out/bin/mpd \ - --set JACK_PROMISCUOUS_SERVER 1 + --set JACK_PROMISCUOUS_SERVER 1 \ + --run "umask 0" ''; NIX_LDFLAGS = '' -- cgit v1.2.3