guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: zimoun
Subject: Re: guix import doesn't like newlines anymore :(
Date: Fri, 07 Oct 2022 13:24:17 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]