mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-mint-mode: Remove unnecessary #:INCLUDE.
* gnu/packages/emacs-xyz.scm (emacs-mint-mode)[arguments]: Remove it. Upstream provides no ".txt" and ".el" files are matched in %DEFAULT-INCLUDE.
This commit is contained in:
parent
7c25c94a27
commit
2b2564c0d8
1 changed files with 0 additions and 1 deletions
|
@ -33027,7 +33027,6 @@ (define-public emacs-mint-mode
|
|||
(sha256
|
||||
(base32 "0fwxhkkhvbwdxrg9j9pjgkh864fa8rvc6dcr46a69spyjja3rw90"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments '(#:include '("\\.el$" "\\.txt$")))
|
||||
(home-page "https://github.com/creatorrr/emacs-mint-mode")
|
||||
(synopsis "Major mode for Mint language")
|
||||
(description "Mint mode provides syntax highlighting for Mint language.")
|
||||
|
|
Loading…
Reference in a new issue