GNU bug report logs -
#73969
[PATCH] gnu: emacs-tempel-collection: Include 'templates' folder.
Previous Next
Reported by: Fabio Natali <me <at> fabionatali.com>
Date: Wed, 23 Oct 2024 16:13:02 UTC
Severity: normal
Tags: patch
Done: jgart <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): Include the 'templates'
folder.
Change-Id: I3ed8fc7c19b7d0a1e7f76984144e03a0575ba066
---
Hello there,
This micro patch is to add the previously untracked 'templates' folder to the
'emacs-tempel-collection' package. The folder is relevant as it contains all the
TempEl templates that the package is supposed to ship.
I hope this looks fine.
Thanks, best, Fabio.
gnu/packages/emacs-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0be1ac83bc..0fff64c31f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18931,6 +18931,9 @@ (define-public emacs-tempel-collection
(base32
"0ifmzn5d9mpsjwvg2ir0sy3r4czxa7d6j97l8rrp8ai7jqvydadm"))))
(build-system emacs-build-system)
+ (arguments
+ (list
+ #:include #~(cons "^templates\\/" %default-include)))
(propagated-inputs (list emacs-tempel))
(home-page "https://github.com/Crandel/tempel-collection")
(synopsis "Collection of TempEl templates")
base-commit: e4e1e16bc1b27684b55e6bf047f9f669e1a0c7b5
--
2.46.0
This bug report was last modified 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.