summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch
AgeCommit message (Collapse)Author
11 daysgnu: emacs-yasnippet: Update to 0.14.3.Zhu Zihao
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Update to 0.14.3. [source]{version}: Package comments revised. {patches}: Drop stale patch introduced in https://issues.guix.gnu.org/65376 YASnippet can build without it now. * gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch: Deleted. * gnu/local.mk (dist_patch_DATA): Remove entry for 'emacs-yasnippet-fix-empty-snippet-next.patch'. Change-Id: I209a0258801cb96cf34d83afd40534c76f3219be Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-08-19gnu: emacs-yasnippet: Fix build.Liliana Marie Prikler
* gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]<patches>: Use it here. * gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Also fix delete-numberless-inner-snippet-issue-562.