From: Arne Babenhauserheide <arne_bab@web.de>
To: 15286@debbugs.gnu.org
Subject: bug#15286: Add the current directory as GUILE_LOAD_PATH by default
Date: Fri, 06 Sep 2013 11:29:15 +0200 [thread overview]
Message-ID: <874n9yqowk.wl%arne_bab@web.de> (raw)
Dear Guix Hackers,
Currently to install a local package definition, I have to adjust the GUILE_LOAD_PATH by hand:
GUILE_LOAD_PATH=. guix package -e '(@ (mercurial) hg)'
This could be much clearer if the $pwd were in the load path automatically.
Even clearer could be something like overlays as discussed on guix-devel.¹
Examples of usage could be:
# install from an explicit definition file
guix package --file mercurial.scm -i mercurial
# install from a directory with many scheme files: essentially just
# adds the directory and subdirectories to the load path.
guix package --overlay . -i mercurial
With the obvious short forms:
(--file | -f)
(--overlay | -o)
Overlay and file might be used multiple times to adjust the available
packages.
Adding the local path to the package would be a first step, but it
would be unnecessary if there were a way to define additional files
and overlays.
Best wishes,
Arne
¹: http://lists.gnu.org/archive/html/guix-devel/2013-08/msg00127.html
next reply other threads:[~2013-09-06 9:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-06 9:29 Arne Babenhauserheide [this message]
2013-09-06 12:10 ` bug#15286: Add the current directory as GUILE_LOAD_PATH by default Ludovic Courtès
2013-09-13 23:05 ` Arne Babenhauserheide
2013-09-14 12:13 ` Ludovic Courtès
2013-09-15 11:24 ` Arne Babenhauserheide
2013-09-15 17:46 ` Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874n9yqowk.wl%arne_bab@web.de \
--to=arne_bab@web.de \
--cc=15286@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).