aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2024-02-24 07:18:52 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2024-02-24 08:08:17 +0100
commit35fc3027f372eddbd21a2c6b5a591453591a6825 (patch)
treea295e4da5bd631f42d491c1d547fb7b25eb2259a /Makefile.am
parente2b04973fdcf835d6e6bb9dab1375d7653108f76 (diff)
downloadguix-35fc3027f372eddbd21a2c6b5a591453591a6825.tar
guix-35fc3027f372eddbd21a2c6b5a591453591a6825.tar.gz
gnu: emacs: Check integrity of native-compiled files.
In the previous commit, we've added a patch that potentially messes with how built-in (especially preloaded) Lisp libraries are loaded. Thus, we might want to assert that these files still load fine, as reported when querying the builtin documentation of functions provided by them. * gnu/packages/aux-files/emacs/comp-integrity.el: New file. * gnu/Makefile.am (dist_noinst_DATA): Register it here. * gnu/packages/emacs.scm (emacs-no-x)[#:phases]: Add ‘validate-comp-integrity’.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d3b9532c7a..6837c4c87c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -421,6 +421,7 @@ dist_noinst_DATA = \
# Auxiliary files for packages.
AUX_FILES = \
gnu/packages/aux-files/chromium/master-preferences.json \
+ gnu/packages/aux-files/emacs/comp-integrity.el \
gnu/packages/aux-files/emacs/guix-emacs.el \
gnu/packages/aux-files/findclass.php \
gnu/packages/aux-files/guix.vim \