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.
parent
7c25c94a27
commit
2b2564c0d8
|
@ -33027,7 +33027,6 @@ for detecting and improve non-idiomatic Clojure source code.")
|
|||
(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.")
|
||||
|
|
Reference in New Issue