all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: jgart <jgart@dismail.de>, Guix Devel <guix-devel@gnu.org>
Subject: Re: guix import doesn't like newlines anymore :(
Date: Fri, 07 Oct 2022 13:24:17 +0200	[thread overview]
Message-ID: <87a667uba6.fsf@gmail.com> (raw)
In-Reply-To: <20220915191025.GB3099@dismail.de>

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


  parent reply	other threads:[~2022-10-07 13:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2022-10-07 16:08   ` jgart
2022-10-10 15:27   ` Ludovic Courtès
2022-10-10 19:02     ` jgart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a667uba6.fsf@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.