[PATCH] gnu: emacs-tempel-collection: Include 'templates' folder.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Fabio Natali
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 5 months ago
(address . guix-patches@gnu.org)
7da411eeb29a529f3ff9fd7250e50e7a4b7430e9.1729699648.git.me@fabionatali.com
* 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
jgart wrote 5 months ago
(address . 73969-done@debbugs.gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
87o73acrk1.fsf@dismail.de
Hi Fabio,

LGTM. I tested in a guix shell with

$ ./pre-inst-env guix shell emacs-minimal emacs-tempel
emacs-tempel-collection --pure

Thanks for the patch and for contributing to Guix!
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73969@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73969
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help