[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: this-package-input vs. propagated-inputs in package definition
From: |
Andy Tai |
Subject: |
Re: this-package-input vs. propagated-inputs in package definition |
Date: |
Tue, 10 Sep 2024 09:08:39 -0700 |
Sorry I meant freetype
On Tue, Sep 10, 2024 at 1:34 AM Simon Tournier <zimon.toutoune@gmail.com> wrote:
>
> Hi,
>
> On Mon, 09 Sep 2024 at 11:27, Andy Tai <atai@atai.org> wrote:
>
> > I have updated the definition of package ddd which has libxft as
> > input. Libxft in turn has freefont as propagated-input.
>
> What do you mean by ’freefont’? libxft reads:
>
> (propagated-inputs
> ;; xft.pc refers to all these.
> (list libxrender
> freetype
> fontconfig))
>
>
> Cheers,
> simon