* guix import doesn't like newlines anymore :(
@ 2022-09-16 0:10 jgart
2022-09-16 5:31 ` zimoun
2022-10-07 11:24 ` zimoun
0 siblings, 2 replies; 7+ messages in thread
From: jgart @ 2022-09-16 0:10 UTC (permalink / raw)
To: Guix Devel
Hi does anyone know why guix import does not insert newlines anymore?
Is there a thread somewhere for that that I have missed?
#+
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guix import doesn't like newlines anymore :(
2022-09-16 0:10 guix import doesn't like newlines anymore :( jgart
@ 2022-09-16 5:31 ` zimoun
2022-09-16 5:57 ` jgart
2022-10-07 11:24 ` zimoun
1 sibling, 1 reply; 7+ messages in thread
From: zimoun @ 2022-09-16 5:31 UTC (permalink / raw)
To: jgart, Guix Devel
Hi,
On Thu, 15 Sep 2022 at 19:10, jgart <jgart@dismail.de> wrote:
> Hi does anyone know why guix import does not insert newlines anymore?
For which importer?
Cheers,
simon
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: guix import doesn't like newlines anymore :(
2022-09-16 0:10 guix import doesn't like newlines anymore :( jgart
2022-09-16 5:31 ` zimoun
@ 2022-10-07 11:24 ` zimoun
2022-10-07 16:08 ` jgart
2022-10-10 15:27 ` Ludovic Courtès
1 sibling, 2 replies; 7+ messages in thread
From: zimoun @ 2022-10-07 11:24 UTC (permalink / raw)
To: jgart, Guix Devel
Hi,
On jeu., 15 sept. 2022 at 19:10, jgart <jgart@dismail.de> 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))))
(define-public rust-lexiclean-0.0.1
[...]
(license license:cc0)))
(define-public rust-just-1
[...]
(license license:cc0)))
--8<---------------cut here---------------end--------------->8---
instead of this,
--8<---------------cut here---------------start------------->8---
(define-public rust-snafu-0.7
[...]
(license (list license:expat license:asl2.0))))
(define-public rust-lexiclean-0.0.1
[...]
(license license:cc0)))
(define-public rust-just-1
[...]
(license license:cc0)))
--8<---------------cut here---------------end--------------->8---
Right?
Cheers,
simon
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-10-10 19:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-16 0:10 guix import doesn't like newlines anymore :( jgart
2022-09-16 5:31 ` zimoun
2022-09-16 5:57 ` jgart
2022-10-07 11:24 ` zimoun
2022-10-07 16:08 ` jgart
2022-10-10 15:27 ` Ludovic Courtès
2022-10-10 19:02 ` jgart
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).