bug-guix
[Top][All Lists]
Advanced

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

Re: Own guix repository (channel)


From: Ludovic Courtès
Subject: Re: Own guix repository (channel)
Date: Tue, 04 Dec 2012 17:15:39 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi,

Alexey Shrub <address@hidden> skribis:

> For example, package01 depend on package02, package01 described by Scheme 
> file in current directory,
> if I do
> guix-package --install=package01
> where guix will search package02? In current directory too?

Currently, guix-package and guix-build look for packages in the
(distro packages ...) modules.  More precisely, they look for all the
variables exported by all these modules that match ‘package?’, and pick
up one that has the right name.

In your case, package01 would have to be defined and exported in a
module named (distro packages XXX).  That module must be in Guile’s
search path (info "(guile) Load Paths").

Does it answer your question?

Ludo’.



reply via email to

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