~ruther/guix-local

b7ebcfe35261f4caf977ea43e4531d4a2da8c306 — Ludovic Courtès 8 years ago f411124
doc: Mention 'GUIX_PACKAGE_PATH' in "Defining Packages".

* doc/guix.texi (Defining Packages): Mention 'GUIX_PACKAGE_PATH'.
1 files changed, 4 insertions(+), 0 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +4 -0
@@ 2893,6 2893,10 @@ package definition using the @command{guix edit} command
more information on how to test package definitions, and
@ref{Invoking guix lint}, for information on how to check a definition
for style conformance.
@vindex GUIX_PACKAGE_PATH
Lastly, @pxref{Package Modules}, for information
on how to extend the distribution by adding your own package definitions
to @code{GUIX_PACKAGE_PATH}.

Finally, updating the package definition to a new upstream version
can be partly automated by the @command{guix refresh} command