[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73993] [PATCH v2 1/3] gnu: git-sizer: Propagate git.
From: |
Greg Hogan |
Subject: |
[bug#73993] [PATCH v2 1/3] gnu: git-sizer: Propagate git. |
Date: |
Thu, 26 Dec 2024 14:35:37 -0500 |
On Wed, Dec 18, 2024 at 6:02 AM Ludovic Courtès <ludo@gnu.org> wrote:
>
> Greg Hogan <code@greghogan.com> skribis:
>
> > Fix the current version of this package, which depends on git from PATH.
> >
> > * gnu/packages/version-control.scm (git-sizer)
> > [native-inputs]: Move git ...
> > [propagated-inputs]: ... to here.
> >
> > Change-Id: Iea70a16845e93f5c3740da5596e61cc2d7fd17b9
>
> [...]
>
> > (propagated-inputs
> > - (list go-github-com-cli-safeexec
> > + (list git
>
> Instead of propagating, it would be nice to record the absolute file
> name in the source.
Ludo',
Thanks for reviewing this. There was already a v3 which consolidated
the patches (I had separated the bugfix from the patch) and is greatly
simplified per Liliana's recommendations.
Greg