guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch emacs-team updated (aae61f54ff -> 9160cccd76)


From: guix-commits
Subject: branch emacs-team updated (aae61f54ff -> 9160cccd76)
Date: Fri, 1 Mar 2024 14:38:31 -0500 (EST)

lilyp pushed a change to branch emacs-team
in repository guix.

    from aae61f54ff gnu: emacs-minimal: Update to 29.2.
     new 833ccf20a9 gnu: emacs: Build trampolines.
     new e2b04973fd gnu: emacs: Don't hash file names in native compilation.
     new 35fc3027f3 gnu: emacs: Check integrity of native-compiled files.
     new 3621493e4c gnu: emacs: Disable jit compilation.
     new 56a7c1308a build-system: emacs: Compute relative file names.
     new 6c43744210 gnu: emacs-org: Fix native builds.
     new 9160cccd76 gnu: emacs-magit: Fix native builds.

The 7 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:
 Makefile.am                                        |   1 +
 gnu/local.mk                                       |   2 +
 gnu/packages/aux-files/emacs/comp-integrity.el     | 126 ++++++++
 gnu/packages/emacs-xyz.scm                         |  10 +-
 gnu/packages/emacs.scm                             |  20 +-
 .../patches/emacs-disable-jit-compilation.patch    |  19 ++
 .../patches/emacs-native-comp-fix-filenames.patch  | 338 +++++++++++++++++++++
 guix/build/emacs-utils.scm                         |   4 +-
 8 files changed, 516 insertions(+), 4 deletions(-)
 create mode 100644 gnu/packages/aux-files/emacs/comp-integrity.el
 create mode 100644 gnu/packages/patches/emacs-disable-jit-compilation.patch
 create mode 100644 gnu/packages/patches/emacs-native-comp-fix-filenames.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]