diff options
author | Liliana Marie Prikler <[email protected]> | 2023-10-06 17:58:13 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-10-08 08:40:57 +0200 |
commit | 2e0ed79118440a28fe14939dbafbad1e01180451 (patch) | |
tree | af58288e3dbf6e577b2d4a0e7ef810d6a726c116 /gnu/local.mk | |
parent | 6e63530954cf43c92fe0597f6114e3fe629f65cd (diff) |
gnu: emacs-next-minimal: Apply Guix patches.
* gnu/packages/patches/emacs-next-native-comp-driver-options.patch: Add file.
* gnu/packages/patches/emacs-next-exec-path.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/emacs.scm (emacs-next-minimal)[origin](patches): Include the
same patches as emacs-minimal, save for the variants specific to emacs-next
introduced above.
Co-Authored-By: Nicolas Graves <[email protected]>
Fixes: ‘emacs-next’ is almost unusable <https://bugs.gnu.org/66227>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 83eba7c4a6..631b901b8a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1110,6 +1110,8 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-highlight-stages-add-gexp.patch \ %D%/packages/patches/emacs-lispy-fix-thread-last-test.patch \ %D%/packages/patches/emacs-native-comp-driver-options.patch \ + %D%/packages/patches/emacs-next-exec-path.patch \ + %D%/packages/patches/emacs-next-native-comp-driver-options.patch \ %D%/packages/patches/emacs-pasp-mode-quote-file-names.patch \ %D%/packages/patches/emacs-polymode-fix-lexical-variable-error.patch \ %D%/packages/patches/emacs-telega-path-placeholder.patch \ |