guix_mirror_bot pushed a change to branch lua-team
in repository guix.
from 35757e2bb5 gnu: Add emacs-firefox-release-notes.
add 8714b8a088 gnu: 7zip: Update to 26.00.
add 8fff5f2fe8 gnu: git-annex: Enable Servant support.
add 65f8a855fa gnu: eog-plugins: Fix build.
add a34643af81 gnu: compression: Add cmix
add de3ab26b29 gnu: headsetcontrol: Update to 3.1.0.
add 87a7c9272d gnu: Add xmlbird.
add 003eae50f1 gnu: Add birdfont.
add 053cb100da gnu: cmus: Fix build of ffmpeg plugin.
add 74c8994871 gnu: Add dict-jargon.
add f3fcd66878 gnu: Add websocketpp-next to be compatible with Boost 1.87+.
add 46fba0992c gnu: obs: Update to 32.0.4.
add fb11787e01 gnu: obs-source-copy: Update to 0.3.0.
add 0e43436e98 gnu: obs-source-copy: Update style.
add 6473ec3eb1 gnu: obs-source-clone: Update to 0.2.1.
add e5d5a1e162 gnu: Update obs-pipewire-audio-capture to 1.2.1.
add 2f008f4dd9 gnu: Update obs-composite-blur to 1.5.2.
add e0baacdbf8 gnu: obs-vkcapture: Update to 1.5.3.
add 2622ebce7b gnu: obs-move-transition: Update to 3.2.0.
add d691c5ca4c gnu: obs-gradient-source: Update to 0.3.3.
add f05f8dcd5a gnu: obs-source-record: Update to 0.3.4.
add e5b4ddbd71 gnu: obs-shaderfilter: Update to 2.5.1.
add 655abc9436 gnu: obs-advanced-masks: Update to 1.5.4.
add a0ce454893 gnu: Update obs-multi-rtmp to 0.7.3.2.
add 8479104174 gnu: Update obs-wlrobs to 1.2.
add 3129949de6 gnu: Add obs-stroke-glow-shadow.
add d9dd1a8bce gnu: Add obs-branch-output.
add 7389e84366 gnu: Add obs-advanced-scene-switcher.
add 5ad2e70993 gnu: Add obs-downstream-keyer.
add b979d16ce1 gnu: goldendict-ng: Update to 25.10.2.
add 024fbb4907 gnu: nyacc: Update to 3.02.0.
new 13c3e683e6 gnu: lua: Introduce GUIX_LUA_{,C}PATH to set default Lua
search paths.
new ccce4060a0 gnu: awesome: Remove setting of LUA_{,C}PATH, and wrap
GUIX_LUA_{,C}PATH.
new 1f5bb459e2 gnu: neovim: Remove set-lua-paths phase.
new 8ba4b9ae7c gnu: vis: Remove wrapping of LUA_{,C}PATH and wrap
GUIX_LUA_{,C}PATH.
new 23154d00ff gnu: prosody: Remove wrapping of LUA_{,C}PATH and wrap
GUIX_LUA_{,C}PATH.
new f44eed3174 gnu: knot-resolver: Remove wrapping of LUA_{,C}PATH and
wrap GUIX_LUA_{,C}PATH.
new 8e344e26bd gnu: glirc-lua: Remove set-lua-paths phase.
new 1c553bb0c0 gnu: fnlfmt: Set GUIX_LUA_PATH instead of LUA_PATH.
new b180415ae8 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/compression.scm | 40 +-
gnu/packages/dictionaries.scm | 56 +-
gnu/packages/dns.scm | 14 +-
gnu/packages/fontutils.scm | 54 +-
gnu/packages/gnome.scm | 7 +
gnu/packages/guile-xyz.scm | 4 +-
gnu/packages/hardware.scm | 7 +-
gnu/packages/haskell-apps.scm | 2 +-
gnu/packages/irc.scm | 30 +-
gnu/packages/lua.scm | 77 +-
gnu/packages/mes.scm | 25 +-
gnu/packages/messaging.scm | 23 +-
gnu/packages/music.scm | 2 +-
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 +
.../patches/obs-advanced-masks-nlohmann-json.patch | 25 +
.../patches/websocketpp-boost-compat.patch | 2612 ++++++++++++++++++++
gnu/packages/text-editors.scm | 12 +-
gnu/packages/video.scm | 528 ++--
gnu/packages/vim.scm | 30 -
gnu/packages/web.scm | 39 +
gnu/packages/wm.scm | 33 +-
gnu/packages/xml.scm | 39 +
28 files changed, 3527 insertions(+), 396 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
create mode 100644 gnu/packages/patches/obs-advanced-masks-nlohmann-json.patch
create mode 100644 gnu/packages/patches/websocketpp-boost-compat.patch