help-guix
[Top][All Lists]
Advanced

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

Re: Package request inxi


From: Oleg Pykhalov
Subject: Re: Package request inxi
Date: Wed, 11 Apr 2018 20:23:27 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello Pierre,

Pierre Neidhardt <address@hidden> writes:

> I'm trying to package inxi.

Thank you for working on this!  Let us know if you have more questions.

> Does guix support optional dependencies?

Unfortunately Guix doesn't.

Instead you could use ‘(inputs …)’ and ‘(native-inputs …)’ which will
not be installed to a user's profile but available in build phases.

> Or is it that I should just include them in the description?

‘(package (description #;…) #;…)’ is not a good place to list and track
dependencies, because a package could include more or less in future.

Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

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