Re: guix import doesn't like newlines anymore :(

2022-10-10 Thread jgart
On Mon, 10 Oct 2022 17:27:50 +0200 Ludovic Courtès wrote: > I’ll push a fix shortly. Cool! Thanks! all best, jgart

Re: guix import doesn't like newlines anymore :(

2022-10-10 Thread Ludovic Courtès
Hi, zimoun skribis: > On jeu., 15 sept. 2022 at 19:10, jgart wrote: >> Hi does anyone know why guix import does not insert newlines anymore? > > You mean this, > > (define-public rust-snafu-0.7 > > [...] > > (license (list license:expat license:asl2.0 > (define-public rust-lexiclean-0.0

Re: guix import doesn't like newlines anymore :(

2022-10-07 Thread jgart
On Fri, 07 Oct 2022 13:24:17 +0200 zimoun wrote: > Right? Yup!

Re: guix import doesn't like newlines anymore :(

2022-10-07 Thread zimoun
Hi, On jeu., 15 sept. 2022 at 19:10, jgart wrote: > Hi does anyone know why guix import does not insert newlines anymore? You mean this, --8<---cut here---start->8--- (define-public rust-snafu-0.7 [...] (license (list license:expat license:asl2.0 (d

Re: guix import doesn't like newlines anymore :(

2022-09-15 Thread jgart
On Fri, 16 Sep 2022 07:31:45 +0200 zimoun wrote: hi, > For which importer? rust but Ithink I've experienced it with others also iirc try to test `guix import crate just -r`

Re: guix import doesn't like newlines anymore :(

2022-09-15 Thread zimoun
Hi, On Thu, 15 Sep 2022 at 19:10, jgart wrote: > Hi does anyone know why guix import does not insert newlines anymore? For which importer? Cheers, simon

guix import doesn't like newlines anymore :(

2022-09-15 Thread jgart
Hi does anyone know why guix import does not insert newlines anymore? Is there a thread somewhere for that that I have missed? #+