From: Csepp <raingloom@riseup.net>
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: guix weather
Date: Sun, 21 May 2023 15:31:59 +0200 [thread overview]
Message-ID: <87r0r9st6n.fsf@riseup.net> (raw)
In-Reply-To: <bb30f4ae-0958-bb71-32ad-25ebe3022942@posteo.de>
Gottfried <gottfried@posteo.de> writes:
> [[PGP Signed Part:Undecided]]
> Hi,
>
> what is the command for checking my manifest "lilypond.scm" with guix
> weather?
>
> guix weather -m lilypond.scm
> does not work
>
> guix weather -m lilypond.scm=/home/gpf/Projekte/Lilypond
> does not work either
>
> my "lilypond.scm" file is in: /home/gpf/Projekte/Lilypond/
>
>
> Kind regards
>
> Gottfried
>
> [2. OpenPGP public key --- application/pgp-keys; OpenPGP_0x61FAF349C9FB7F94.asc]...
>
> [[End of PGP Signed Part]]
If it's a valid manifest, then guix weather -m /path/to/the/manifest.scm
If that doesn't work, then either you are using the wrong path or it's
not a valid manifest file.
If it can't find the file using a relative path (ie.: one that does not
start with a slash) then you should use an absolute path, like so:
/home/gpf/Projekte/Lilypond/lilypond.scm
This:
lilypond.scm=/home/gpf/Projekte/Lilypond
is definitely not going to work. Guix uses that syntax for package
transformations, not files.
next prev parent reply other threads:[~2023-05-21 13:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-21 11:56 guix weather Gottfried
2023-05-21 13:31 ` Csepp [this message]
2023-05-22 14:21 ` Gottfried
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r0r9st6n.fsf@riseup.net \
--to=raingloom@riseup.net \
--cc=gottfried@posteo.de \
--cc=help-guix@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.