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:
Nicolas Goaziou 2022-10-31 12:08:24 +01:00
parent 7c25c94a27
commit 2b2564c0d8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.")