all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 32059@debbugs.gnu.org
Subject: [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet.
Date: Thu, 12 Jul 2018 23:37:49 +0200	[thread overview]
Message-ID: <871sc8rv82.fsf@gnu.org> (raw)
In-Reply-To: <20180705123944.25944-2-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 5 Jul 2018 18:09:43 +0530")

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * etc/snippets/scheme-mode/guix-package: Move origin field to the next line.
> ---
>  etc/snippets/scheme-mode/guix-package | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package
> index 48b87e359..18735bd18 100644
> --- a/etc/snippets/scheme-mode/guix-package
> +++ b/etc/snippets/scheme-mode/guix-package
> @@ -6,7 +6,8 @@
>    (package
>      (name "$1")
>      (version "$2")
> -    (source origin...$0)
> +    (source
> +     origin...$0)

I personally prefer the original version.  :-)

  reply	other threads:[~2018-07-12 21:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-05 12:18 [bug#32059] Improve etc/snippets Arun Isaac
2018-07-05 12:39 ` [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet Arun Isaac
2018-07-05 12:39   ` [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the " Arun Isaac
2018-07-12 21:37     ` Ludovic Courtès [this message]
2018-07-13  7:33       ` bug#32059: " Arun Isaac
2018-07-13  8:28         ` [bug#32059] " Ludovic Courtès
2018-07-05 12:39   ` [bug#32059] [PATCH 3/3] etc: snippets: Add guix-commit-message-use-https-home-page Arun Isaac
2018-07-12 21:38     ` Ludovic Courtès
2018-07-12 21:37   ` [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet Ludovic Courtès

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=871sc8rv82.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=32059@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /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.