mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-datetime: Install .extmap files.
* gnu/packages/emacs-xyz.scm (emacs-datetime)[arguments]{include}: Extend to include .extmap files.
This commit is contained in:
parent
1ec393f8a8
commit
1a79d59ece
1 changed files with 2 additions and 0 deletions
|
@ -15641,6 +15641,8 @@ navigate and display hierarchy structures.")
|
|||
(base32
|
||||
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||
(inputs
|
||||
`(("emacs-extmap" ,emacs-extmap)))
|
||||
(home-page "https://github.com/doublep/datetime/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue