guix-patches
[Top][All Lists]
Advanced

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

[bug#54641] [PATCH] gnu: xmonad-next: Change #:phases to gexp.


From: Maxime Devos
Subject: [bug#54641] [PATCH] gnu: xmonad-next: Change #:phases to gexp.
Date: Wed, 30 Mar 2022 20:44:25 +0200
User-agent: Evolution 3.38.3-1

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: signature.asc
Description: This is a digitally signed message part


reply via email to

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