mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-minimal: Set upstream-name to “emacs”.
* gnu/packages/emacs.scm (emacs-minimal)[properties]: Add ‘upstream-name’.
This commit is contained in:
parent
0facea431a
commit
c7f937cfdd
1 changed files with 2 additions and 1 deletions
|
@ -329,7 +329,8 @@ (define* (emacs-byte-compile-directory dir)
|
|||
;; Most variants support tree-sitter, so let's include it here.
|
||||
(search-path-specification
|
||||
(variable "TREE_SITTER_GRAMMAR_PATH")
|
||||
(files '("lib/tree-sitter")))))))
|
||||
(files '("lib/tree-sitter")))))
|
||||
(properties `((upstream-name . "emacs")))))
|
||||
|
||||
(define-public emacs-no-x
|
||||
(package/inherit emacs-minimal
|
||||
|
|
Loading…
Reference in a new issue