tags 53892 notabug
--
Hi Ludovic,
Ludovic Courtès writes:
> Hi,
>
> Josselin Poiret skribis:
>
>> Maxim Cournoyer writes:
>>
>>> --8<---cut here---start->8---
>>> $ guix shell -C -- make
>>> guix shell: warning: no packages specified; creating an empty envi
Hi,
Josselin Poiret skribis:
> Maxim Cournoyer writes:
>
>> --8<---cut here---start->8---
>> $ guix shell -C -- make
>> guix shell: warning: no packages specified; creating an empty environment
>> guix shell: error: make: command not found
>> --8<
merge 52347 53892
thanks
Hello Josselin!
Josselin Poiret writes:
> Hi Maxim,
>
> Maxim Cournoyer writes:
>
>> --8<---cut here---start->8---
>> $ guix shell -C -- make
>> guix shell: warning: no packages specified; creating an empty environment
>> guix shell:
Hi Maxim,
Maxim Cournoyer writes:
> --8<---cut here---start->8---
> $ guix shell -C -- make
> guix shell: warning: no packages specified; creating an empty environment
> guix shell: error: make: command not found
> --8<---cut here---end
Hello Guix!
Consider the following:
--8<---cut here---start->8---
$ mkdir /tmp/test && cd /tmp/test
$ cat < manifest.scm
(packages->manifest
(list (specification->package "make")))
EOF
$ guix shell
guix shell: error: not loading '/tmp/test/manifest.scm' beca