diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-03 20:04:28 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-03 20:04:28 +0200 |
| commit | 3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6 (patch) | |
| tree | b789774d5f03ba562d5a36edd9f61a86446d1bca | |
| parent | b6a782ded40f2c09cda42b9e9c5cf6a7c8221650 (diff) | |
| download | nixos-3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6.tar nixos-3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6.tar.gz nixos-3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6.tar.bz2 nixos-3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6.tar.xz nixos-3d0adb1b8c2173b781c91aafa7aa2abdfe1b36c6.zip | |
adjust quoting
| -rw-r--r-- | customized/prosody.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/customized/prosody.nix b/customized/prosody.nix index a025ac5f..a3445517 100644 --- a/customized/prosody.nix +++ b/customized/prosody.nix | |||
| @@ -54,12 +54,12 @@ stdenv.mkDerivation rec { | |||
| 54 | ${copyModules} | 54 | ${copyModules} |
| 55 | ${copyExtraModules} | 55 | ${copyExtraModules} |
| 56 | wrapProgram $out/bin/prosody \ | 56 | wrapProgram $out/bin/prosody \ |
| 57 | --set LUA_PATH "${luaPath};" \ | 57 | --set LUA_PATH '${luaPath};' \ |
| 58 | --set LUA_CPATH "${luaCPath};" | 58 | --set LUA_CPATH '${luaCPath};' |
| 59 | wrapProgram $out/bin/prosodyctl \ | 59 | wrapProgram $out/bin/prosodyctl \ |
| 60 | --add-flags '--config "/etc/prosody/prosody.cfg.lua"' \ | 60 | --add-flags '--config "/etc/prosody/prosody.cfg.lua"' \ |
| 61 | --set LUA_PATH "${luaPath};" \ | 61 | --set LUA_PATH '${luaPath};' \ |
| 62 | --set LUA_CPATH "${luaCPath};" | 62 | --set LUA_CPATH '${luaCPath};' |
| 63 | ''; | 63 | ''; |
| 64 | 64 | ||
| 65 | meta = { | 65 | meta = { |
