guix-devel
[Top][All Lists]
Advanced

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

Re: Optional runtime dependencies in Guix


From: Andreas Enge
Subject: Re: Optional runtime dependencies in Guix
Date: Mon, 12 Jan 2015 19:47:30 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Jan 12, 2015 at 05:26:02PM +0100, Ludovic Courtès wrote:
> To begin with, we could have a “weechat” package with a “reasonable”
> option set:
>   (define weechat
>     (make-weechat "weechat"))
> 
> And possibly another variant with, say, all the options enabled:
>   (define weechat-full
>     (make-weechat "weechat-full" #:python? #t #:lua? #t))

So far, our policy has rather been to enable all possible inputs. I think
this should be the default with the name "weechat" unaltered. If need be,
one could add another package with fewer inputs under the name
"weechat-small" or similar.

What do others think? If there is consensus, we could formalise something
in the package naming section of the manual.

Apart from that, I do not see why having several scripting languages enabled
is a problem; in the end, it is quite likely that they are present anyway due
to one package or another (it is rather difficult to avoid perl and python
these days!). So my real preference would be to not have such "...-small"
packages except for outrageously big default packages (texlive comes to
mind here...).

> A long term possibility would be to officially support something like
> Gentoo’s “USE” flags.  These would be declared as part of the package,
> and the build process would take them into account somehow:

To me, this sounds like overkill to solve a problem that I am not
convinced exists.

Andreas




reply via email to

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