bug#53892: guix shell not reading manifest.scm when used with '--'

2022-03-02 Thread Maxim Cournoyer
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

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-03-02 Thread Ludovic Courtès
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<

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-02-09 Thread Maxim Cournoyer
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:

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-02-09 Thread Josselin Poiret via Bug reports for GNU Guix
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

bug#53892: guix shell not reading manifest.scm when used with '--'

2022-02-08 Thread Maxim Cournoyer
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