Loading pkgs/development/interpreters/lua-5/build-lua-package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ { lib , lua , wrapLua , luarocks # Whether the derivation provides a lua module or not. , luarocksCheckHook Loading Loading @@ -89,7 +90,7 @@ let nativeBuildInputs = [ wrapLua lua.pkgs.luarocks luarocks ]; inherit doCheck extraVariables rockspecFilename knownRockspec externalDeps nativeCheckInputs; Loading Loading
pkgs/development/interpreters/lua-5/build-lua-package.nix +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ { lib , lua , wrapLua , luarocks # Whether the derivation provides a lua module or not. , luarocksCheckHook Loading Loading @@ -89,7 +90,7 @@ let nativeBuildInputs = [ wrapLua lua.pkgs.luarocks luarocks ]; inherit doCheck extraVariables rockspecFilename knownRockspec externalDeps nativeCheckInputs; Loading