1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: emacs-tempel-collection: Include 'templates' folder.

* gnu/packages/emacs-xyz.scm (emacs-tempel-collection)[arguments]: Include
the 'templates' folder.

Change-Id: I3ed8fc7c19b7d0a1e7f76984144e03a0575ba066
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Fabio Natali 2024-10-23 17:09:25 +01:00 committed by jgart
parent 0a49010e3c
commit 3c17f02c6b
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -18931,6 +18931,9 @@ the Emacs Tempo library. You may also write your templates in Lisp.")
(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")