diff options
author | Nicolas Graves <[email protected]> | 2023-10-01 22:12:15 +0200 |
---|---|---|
committer | Andrew Tropin <[email protected]> | 2023-10-02 16:55:04 +0400 |
commit | e45f9b4b1251df1a51a30e1d4a53fc2075abfcfe (patch) | |
tree | 477ed15d718980f502509ca240671423f3eaf63e /gnu/local.mk | |
parent | 3b71b2dca78c3df3bb6cc952c0911293359a4247 (diff) |
gnu: emacs-buttercup: Fix native comp tests with emacs-next.
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Add patch emacs-buttercup-fix-native-comp-pretty-test.
* gnu/packages/patches/emacs-buttercup-fix-native-comp-pretty-test.patch: Add
file.
* gnu/local.mk: Add emacs-buttercup-fix-native-comp-pretty-test.patch.
Signed-off-by: Andrew Tropin <[email protected]>
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 a53701c673..07feef909e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1095,6 +1095,7 @@ dist_patch_DATA = \ %D%/packages/patches/elm-reactor-static-files.patch \ %D%/packages/patches/elogind-fix-rpath.patch \ %D%/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch \ + %D%/packages/patches/emacs-buttercup-fix-native-comp-pretty-test.patch \ %D%/packages/patches/emacs-deferred-fix-number-of-arguments.patch \ %D%/packages/patches/emacs-exec-path.patch \ %D%/packages/patches/emacs-ess-fix-obsolete-function-alias.patch \ |