From 8bec7996cc29c64b8bb402241597ad4141d01406 Mon Sep 17 00:00:00 2001 From: Emilia Bopp Date: Tue, 25 Oct 2022 22:34:32 +0200 Subject: [PATCH] doc: fix syntax error in Lua documentation --- doc/languages-frameworks/lua.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/lua.section.md b/doc/languages-frameworks/lua.section.md index 17b80f07d3e1..c070aa59d287 100644 --- a/doc/languages-frameworks/lua.section.md +++ b/doc/languages-frameworks/lua.section.md @@ -200,7 +200,7 @@ luaposix = buildLuarocksPackage { The `buildLuarocksPackage` delegates most tasks to luarocks: * it adds `luarocks` as an unpacker for `src.rock` files (zip files really). -* configurePhase` writes a temporary luarocks configuration file which location +* `configurePhase` writes a temporary luarocks configuration file which location is exported via the environment variable `LUAROCKS_CONFIG`. * the `buildPhase` does nothing. * `installPhase` calls `luarocks make --deps-mode=none --tree $out` to build and