diff options
author | Andrew Tropin <andrew@trop.in> | 2022-09-14 09:21:32 +0300 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-09-14 18:25:12 +0300 |
commit | 0336372296e676f97799d6a3a1e9cf209f14c6bc (patch) | |
tree | 3a66603e8b1041cb2e7732a72927fa8c47d6a997 /gnu/local.mk | |
parent | 6cdde65bb53b439f25f007df238f549ba2debc72 (diff) | |
download | guix-0336372296e676f97799d6a3a1e9cf209f14c6bc.tar.gz |
gnu: emacs-kv: Fix build.
Build fails with emacs-next cause of copypasted test defined two times. * gnu/packages/patches/emacs-kv-fix-tests.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-kv): Use it here. * gnu/local.mk (dist_patch_DATA): Register it here.
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 adaa709b3e..bc4594146a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1051,6 +1051,7 @@ dist_patch_DATA = \ %D%/packages/patches/emacs-telega-test-env.patch \ %D%/packages/patches/emacs-wordnut-require-adaptive-wrap.patch \ %D%/packages/patches/emacs-yasnippet-fix-tests.patch \ + %D%/packages/patches/emacs-kv-fix-tests.patch \ %D%/packages/patches/enjarify-setup-py.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ %D%/packages/patches/erlang-man-path.patch \ |