bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-27 Thread Ludovic Courtès
Hi, Nils Landt skribis: > I'm afraid this did not fix the issue. It results in > (when (claim-first-run flag-file-path) (begin)) > > which leads to the new error message "Syntax error: > /home/nl/.guix-home/on-first-login:3:1272: sequence of zero expressions in > form (begin)" Oops, my bad. (

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-27 Thread Clément Lassieur
On Tue, Oct 24 2023, Rostislav Svoboda wrote: >> > I've just pushed something similar to what you provided, Carlo, in >> > commit e098ba2f499bbddfea50c85058e4077e39b85513. >> > >> > We should be good now. >> >> I'm afraid this did not fix the issue. It results in >> (when (claim-first-run flag-fil

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-24 Thread Clément Lassieur
Nils Landt writes: >> I’ve just pushed something similar to what you provided, Carlo, in >> commit e098ba2f499bbddfea50c85058e4077e39b85513. >> >> We should be good now. > > I'm afraid this did not fix the issue. It results in > (when (claim-first-run flag-file-path) (begin)) > > which leads to

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-24 Thread Rostislav Svoboda
> > I've just pushed something similar to what you provided, Carlo, in > > commit e098ba2f499bbddfea50c85058e4077e39b85513. > > > > We should be good now. > > I'm afraid this did not fix the issue. It results in > (when (claim-first-run flag-file-path) (begin)) > > which leads to the new error mess

bug#66659: closed (Re: bug#66659: (home-)on-first-login script broken when no gexps are added)

2023-10-24 Thread Nils Landt
> help-debb...@gnu.org hat am 21.10.2023 16:16 CEST geschrieben: > > > Your bug report > > #66659: (home-)on-first-login script broken when no gexps are added > > which was filed against the guix package, has been closed. > > The explanation is attached below, along with your original repor

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-21 Thread Ludovic Courtès
Hi Carlo & Nils, Carlo Zancanaro skribis: > On Sat, Oct 21 2023, Nils Landt wrote: >> ... >> As you can see, there is no body in the "when" expression. >> >> Code in gnu/home/services.scm:438 : >> >> (if (file-exists? xdg-runtime-dir) >> (when (claim-first-run flag-file-p

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-21 Thread Carlo Zancanaro
On Sat, Oct 21 2023, Nils Landt wrote: > ... > As you can see, there is no body in the "when" expression. > > Code in gnu/home/services.scm:438 : > > (if (file-exists? xdg-runtime-dir) > (when (claim-first-run flag-file-path) > #$@gexps) > > In my case, it ap

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-20 Thread Nils Landt
Error message: ice-9/psyntax.scm:2824:12: In procedure syntax-violation: Syntax error: /home/nl/.guix-home/on-first-login:3:1233: source expression failed to match any pattern in form (when (claim-first-run flag-file-path)) As you can see, there is no body in the "when" expression. Code in gnu/