diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-05-15 03:05:28 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-05-15 03:07:50 +0200 |
commit | 22d6e36005322cd641bc1107f3f04945e03478d5 (patch) | |
tree | 491b48d41e59ff41f2e5354ef9523a25ef664f38 /gnu/local.mk | |
parent | de68877a517ba058f67086d444d7265c9c803679 (diff) | |
download | guix-22d6e36005322cd641bc1107f3f04945e03478d5.tar.gz |
gnu: emacs-yasnippet: Fix build.
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file. * gnu/packages/emacs-xyz.scm (emacs-yasnippet): 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 d5b60bdba3..cfb499915a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1038,6 +1038,7 @@ dist_patch_DATA = \ %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 \ + %D%/packages/patches/emacs-yasnippet-fix-tests.patch \ %D%/packages/patches/enjarify-setup-py.patch \ %D%/packages/patches/enlightenment-fix-setuid-path.patch \ %D%/packages/patches/eog-update-libportal-usage.patch \ |