[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72406] [PATCH emacs-team WIP v4 06/24] gnu: emacs-libgit: Build var
From: |
Liliana Marie Prikler |
Subject: |
[bug#72406] [PATCH emacs-team WIP v4 06/24] gnu: emacs-libgit: Build variants. |
Date: |
Tue, 03 Sep 2024 18:57:01 +0200 |
User-agent: |
Evolution 3.48.4 |
Am Dienstag, dem 03.09.2024 um 17:32 +0200 schrieb Simon Tournier:
> Hi Liliana,
>
> On Sun, 11 Aug 2024 at 14:58, Liliana Marie Prikler
> <liliana.prikler@gmail.com> wrote:
>
> > + (properties
> > + `((next-variant . ,(delay emacs-next-libgit))
> > + (pgtk-variant . ,(delay emacs-pgtk-libgit)))))))
>
> Sorry, I have missed why these properties are required. Could you
> point where it would be used?
These properties are used in the package-with-emacs-* variants and
replace the packages that would normally be built with the procedures.
They aren't required normally, but for packages that use gnu-build-
system or need some special fix with certain emacs variants, they come
in handy.
Cheers