guix_mirror_bot pushed a change to branch master
in repository guix.

    from d09dcc30cf Revert "gnu: rust-codex: Sort."
     new 906b1e13aa gnu: lua: Introduce GUIX_LUA_{,C}PATH to set default Lua 
search paths.
     new 6cf1914be4 gnu: awesome: Remove setting of LUA_{,C}PATH, and wrap 
GUIX_LUA_{,C}PATH.
     new d281e4e227 gnu: neovim: Remove set-lua-paths phase.
     new e1fc5936b1 gnu: vis: Remove wrapping of LUA_{,C}PATH and wrap 
GUIX_LUA_{,C}PATH.
     new 490b5b2ffa gnu: prosody: Remove wrapping of LUA_{,C}PATH and wrap 
GUIX_LUA_{,C}PATH.
     new 15ccb00f43 gnu: knot-resolver: Remove wrapping of LUA_{,C}PATH and 
wrap GUIX_LUA_{,C}PATH.
     new 606c3e1841 gnu: glirc-lua: Remove set-lua-paths phase.
     new f39633232d gnu: fnlfmt: Set GUIX_LUA_PATH instead of LUA_PATH.
     new b038e3768d gnu: fennel-ls: Remove set-lua-paths phase, wrap 
GUIX_LUA_PATH instead of LUA_PATH.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/local.mk                                       |  6 ++
 gnu/packages/dns.scm                               | 14 +---
 gnu/packages/irc.scm                               | 30 +--------
 gnu/packages/lua.scm                               | 77 ++++++++++++----------
 gnu/packages/messaging.scm                         | 23 +------
 gnu/packages/patches/lua-5.1-search-paths.patch    | 39 +++++++++++
 gnu/packages/patches/lua-5.2-search-paths.patch    | 42 ++++++++++++
 gnu/packages/patches/lua-5.3-search-paths.patch    | 38 +++++++++++
 gnu/packages/patches/lua-5.4-search-paths.patch    | 38 +++++++++++
 .../patches/lua-5.x-search-path-helpers.patch      | 62 +++++++++++++++++
 gnu/packages/patches/luajit-search-paths.patch     | 39 +++++++++++
 gnu/packages/text-editors.scm                      | 12 +---
 gnu/packages/vim.scm                               | 30 ---------
 gnu/packages/wm.scm                                | 33 +---------
 14 files changed, 319 insertions(+), 164 deletions(-)
 create mode 100644 gnu/packages/patches/lua-5.1-search-paths.patch
 create mode 100644 gnu/packages/patches/lua-5.2-search-paths.patch
 create mode 100644 gnu/packages/patches/lua-5.3-search-paths.patch
 create mode 100644 gnu/packages/patches/lua-5.4-search-paths.patch
 create mode 100644 gnu/packages/patches/lua-5.x-search-path-helpers.patch
 create mode 100644 gnu/packages/patches/luajit-search-paths.patch

Reply via email to