|
From: | Luis Henrique Gomes Higino |
Subject: | [bug#61139] [PATCH] gnu: emacs-next: Enable tree-sitter support. |
Date: | Sun, 29 Jan 2023 12:26:36 -0300 |
User-agent: | mu4e 1.8.13; emacs 28.2 |
Hi Declan,
(define-public emacs-next - (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26") - (revision "4")) + (let ((commit "2bd0b9475384adfb4dd2cc794bbe1d8621546717") + (revision "1"))
Revision numbers start at 0 if I'm not mistaken.
(inputs (modify-inputs (package-inputs emacs) (prepend sqlite))) + (propagated-inputs + (modify-inputs (package-propagated-inputs emacs) + (prepend tree-sitter))) (native-inputs (modify-inputs (package-native-inputs emacs) (prepend autoconf))))))
Is there any reason for tree-sitter to be added as a propagated input? It does not provide any binaries and I tested changing it to a normal input and c-ts-mode worked fine.
Regards, -- Luis H. Higino
[Prev in Thread] | Current Thread | [Next in Thread] |