me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 0 additions and 1 deletions

View File

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