Hi,

On jeu., 09 mars 2023 at 19:51, Cayetano Santos <csant...@inventati.org> wrote:

>     (emacs-next-tree-sitter (emacs-next-gtk (emacs-next (emacs))))

[...]

>     (emacs-next-gtk (emacs-next-tree-sitter (emacs-next (emacs))))

Note that emacs-next-tree-sitter is not from the 29 branch (emacs-next)
but from the 30 branch.  Therefore, it would mean emacs-next-pgtk also
be an Emacs 30 version.  I do not use them so I have not opinion.

And why not split the chain, i.e., having:

        (define-public emacs-next-pgtk
          (package
            (inherit emacs-next)

and

        (define-public emacs-next-tree-sitter
            (package
              (inherit emacs-next)

?

Cheers,
simon



Reply via email to