summaryrefslogtreecommitdiff
path: root/customized/mpd.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:08:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 17:08:27 +0200
commit19e972006e0dc10d93c3f061df8f73b59a876816 (patch)
tree540be33d217ee0850a5ab9eb47cc5a1364dc2bb0 /customized/mpd.nix
parent50b9428bb1b2a774e1b57908fc7dd7ec96dddc8a (diff)
downloadnixos-19e972006e0dc10d93c3f061df8f73b59a876816.tar
nixos-19e972006e0dc10d93c3f061df8f73b59a876816.tar.gz
nixos-19e972006e0dc10d93c3f061df8f73b59a876816.tar.bz2
nixos-19e972006e0dc10d93c3f061df8f73b59a876816.tar.xz
nixos-19e972006e0dc10d93c3f061df8f73b59a876816.zip
typos
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 = ''