* guix weather
@ 2023-05-21 11:56 Gottfried
2023-05-21 13:31 ` Csepp
0 siblings, 1 reply; 3+ messages in thread
From: Gottfried @ 2023-05-21 11:56 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 313 bytes --]
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
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix weather
2023-05-21 11:56 guix weather Gottfried
@ 2023-05-21 13:31 ` Csepp
2023-05-22 14:21 ` Gottfried
0 siblings, 1 reply; 3+ messages in thread
From: Csepp @ 2023-05-21 13:31 UTC (permalink / raw)
To: Gottfried; +Cc: help-guix
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix weather
2023-05-21 13:31 ` Csepp
@ 2023-05-22 14:21 ` Gottfried
0 siblings, 0 replies; 3+ messages in thread
From: Gottfried @ 2023-05-22 14:21 UTC (permalink / raw)
To: Csepp; +Cc: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 1336 bytes --]
Hi,
thanks very much.
this worked:
gfp@Tuxedo ~$ guix weather -m /home/gfp/Projekte/Lilypond/lilypond.scm
so it is a valid manifest
Kind regards
Gottfried
Am 21.05.23 um 15:31 schrieb Csepp:
>
> 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.
--
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-22 14:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-21 11:56 guix weather Gottfried
2023-05-21 13:31 ` Csepp
2023-05-22 14:21 ` Gottfried
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.