From: "(" <paren@disroot.org>
To: "Wojtek Kosior" <koszko@koszko.org>, <help-guix@gnu.org>
Subject: Re: program prepared with `guix pack` unusable by end users
Date: Thu, 13 Oct 2022 09:26:32 +0100 [thread overview]
Message-ID: <CNKNI3CYETFG.2QP3RDK7DF7PD@guix-framework> (raw)
In-Reply-To: <20221013091722.59d9ecc0@koszkonutek-tmp.pl.eu.org>
Heya,
On Thu Oct 13, 2022 at 8:17 AM BST, Wojtek Kosior via wrote:
> > guix environment -L . -e '(@ (hydrilla) hydrilla)' -- python3 -m build -s
> > guix pack -L . -RR \
> > -S /hydrilla=bin/hydrilla \
> > -S /hydrilla-builder=bin/hydrilla-builder \
> > -S /hydrilla-server=bin/hydrilla-server \
> > -S /haketilo=bin/haketilo \
> > -e '(@ (hydrilla) hydrilla-dist-tarball)'
I don't think this is an optimal way to use ``guix pack''. Surely this pack
won't contain the Python modules that the script needs to import...?
Have you tried
guix pack -RL. hydrilla
? Note that you don't actually need to use ``-e'', as the UI finds packages
by scanning all the modules in the load path for public variables containing
<package> objects.
Also, ``guix environment'' has been deprecated for a while now; consider using
``guix shell'':
guix environment -L. hydrilla
# becomes
guix shell -DL. hydrilla
(``-D'' means "use the dependencies of the next listed package", as ``--ad-hoc''
is the default behaviour of ``guix shell''.)
-- (
next prev parent reply other threads:[~2022-10-13 8:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 6:26 Greetd autologin? kiasoc5
2022-10-13 6:33 ` (
2022-10-13 7:17 ` program prepared with `guix pack` unusable by end users Wojtek Kosior via
2022-10-13 8:26 ` ( [this message]
2022-10-13 9:51 ` Wojtek Kosior via
2022-10-13 13:19 ` zimoun
-- strict thread matches above, loose matches on Subject: below --
2022-10-13 16:20 Wojtek Kosior via
2022-10-13 17:34 ` (
2022-10-14 7:33 ` zimoun
2022-10-14 9:09 ` Wojtek Kosior via
2022-10-14 11:00 ` zimoun
2022-10-17 13:36 ` Wojtek Kosior via
2022-10-26 7:23 ` Wojtek Kosior via
2022-10-26 19:55 ` Csepp
2022-10-27 16:59 ` Maxim Cournoyer
2022-10-27 17:28 ` Wojtek Kosior via
2022-10-28 15:38 ` Maxim Cournoyer
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=CNKNI3CYETFG.2QP3RDK7DF7PD@guix-framework \
--to=paren@disroot.org \
--cc=help-guix@gnu.org \
--cc=koszko@koszko.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.
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).