[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: emacs-mint-mode: Remove unnecessary #:INCLUDE.
From: |
guix-commits |
Subject: |
02/04: gnu: emacs-mint-mode: Remove unnecessary #:INCLUDE. |
Date: |
Mon, 31 Oct 2022 07:19:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2b2564c0d87906e91caf17283749439f05041967
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 31 12:08:24 2022 +0100
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.
---
gnu/packages/emacs-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6490f74cc..381fb85928 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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.")