guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 02/02: gnu: harfbuzz: Add "bin" output.


From: Ludovic Courtès
Subject: Re: 02/02: gnu: harfbuzz: Add "bin" output.
Date: Tue, 15 Sep 2015 18:23:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

??? <address@hidden> skribis:

> commit eb6afbcde784a72a96f3c5a70d657630d421b02a
> Author: 宋文武 <address@hidden>
> Date:   Tue Sep 15 20:19:39 2015 +0800
>
>     gnu: harfbuzz: Add "bin" output.
>     
>     * gnu/packages/gtk.scm (harfbuzz)[outputs]: New field.
>       [arguments]<#:configure-flags>: Pass '--bindir'.

[...]

> --- a/gnu/packages/gtk.scm
> +++ b/gnu/packages/gtk.scm
> @@ -154,6 +154,7 @@ affine transformation (scale, rotation, shear, etc.).")
>                (base32
>                 "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
>     (build-system gnu-build-system)
> +   (outputs '("out" "bin"))

Could you add a comment explaining why things are split?  I suppose this
was motivated by the size of the closure or something, no?

Also, adding an explicit --bindir is normally not necessary: ‘configure’
in gnu-build-system.scm does that when there’s a “bin” output.  Or did
it turn out to be buggy?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]