diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-19 14:15:35 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-19 15:05:53 -0500 |
commit | d6170e03e39075c3f781e790ab2f7c4caab25358 (patch) | |
tree | 9309ca0f682d5f5a85e95b1913784f4cafc6b941 /gnu/local.mk | |
parent | 33f12b7dcd41c3d1ba1bd1a6301c5512ac194cee (diff) |
gnu: emacs-shx: Fix test failure.
* gnu/packages/patches/emacs-shx-byte-compilation-test.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/emacs-xyz.scm (emacs-shx): Apply it.
Change-Id: I6d8edd3b50f99f1c4cd495216caf9648dfee4ea3
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 7b2be0f007..3d1afd4555 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1126,6 +1126,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-pasp-mode-quote-file-names.patch \ %D%/packages/patches/emacs-pgtk-super-key-fix.patch \ %D%/packages/patches/emacs-polymode-fix-lexical-variable-error.patch \ + %D%/packages/patches/emacs-shx-byte-compilation-test.patch \ %D%/packages/patches/emacs-telega-path-placeholder.patch \ %D%/packages/patches/emacs-telega-test-env.patch \ %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ |