all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: "Daniel Meißner" <daniel.meissner-i4k@ruhr-uni-bochum.de>,
	54641@debbugs.gnu.org
Subject: [bug#54641] [PATCH] gnu: xmonad-next: Change #:phases to gexp.
Date: Wed, 30 Mar 2022 20:44:25 +0200	[thread overview]
Message-ID: <671853d0f3772a4d4fdd7d8ba4ba9a442016fe18.camel@telenet.be> (raw)
In-Reply-To: <20220330180234.5533-1-daniel.meissner-i4k@ruhr-uni-bochum.de>

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

Daniel Meißner via Guix-patches via schreef op wo 30-03-2022 om 20:02
[+0200]:
> +                                 #$(package-name this-package)
> +                                 #$(package-synopsis this-package)

These can be simplified to

  #$name
  #$synopsis

No need to use package-name/package-synopsis here.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-03-30 18:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30 18:02 [bug#54641] [PATCH] gnu: xmonad-next: Change #:phases to gexp Daniel Meißner via Guix-patches via
2022-03-30 18:44 ` Maxime Devos [this message]
2022-03-30 20:53 ` [bug#54641] [PATCH v2] " Daniel Meißner via Guix-patches via
2022-04-01  7:57 ` [bug#54641] [PATCH v3] " Daniel Meißner via Guix-patches via
2022-04-05 12:10   ` bug#54641: [PATCH] " 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=671853d0f3772a4d4fdd7d8ba4ba9a442016fe18.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=54641@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@ruhr-uni-bochum.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.