mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add emacs-tempel-collection.
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4e00a85e20
commit
acab8e1d47
1 changed files with 23 additions and 0 deletions
|
@ -15489,6 +15489,29 @@ (define-public emacs-tempel
|
|||
the Emacs Tempo library. You may also write your templates in Lisp.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-tempel-collection
|
||||
(let ((commit "cd9529b2a2fdfd49010117d2a1fc49adf9725051")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-tempel-collection")
|
||||
(version (git-version "0.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Crandel/tempel-collection")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02x6jq5k7fa46ni64qf8wrmkay6zfbmkildb727zs6wchmyg2znn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-tempel))
|
||||
(home-page "https://github.com/Crandel/tempel-collection")
|
||||
(synopsis "Collection of TempEl templates")
|
||||
(description "This package provides a collection of templates for
|
||||
the Emacs TempEl package.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-yasnippet
|
||||
(package
|
||||
(name "emacs-yasnippet")
|
||||
|
|
Loading…
Reference in a new issue