Fabio Natali wrote 5 months ago
(address . guix-patches@gnu.org)
* 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(+)
Toggle diff (18 lines)
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