all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jean Pierre De Jesus DIAZ via Guix-patches via <guix-patches@gnu.org>
To: "mail@muradm.net" <mail@muradm.net>,
	"56579@debbugs.gnu.org" <56579@debbugs.gnu.org>
Subject: [bug#56579] [PATCH] gnu: admin: Add fail2ban 0.11.2.
Date: Sun, 17 Jul 2022 13:48:07 +0000	[thread overview]
Message-ID: <sE5Pxddee_FMO-j1th3cmyr5VP6QpIXxaqEURcno3i7s_nY9lc8bWcxVZ7wxPc-rBPK6POdqtHLTAH3IU9yk4brE1GYbpRjrd284L5GRrYc=@jeandudey.tech> (raw)
In-Reply-To: <20220715181703.27416-1-mail@muradm.net>

Hello muradm!

>+    (arguments
>+     '(#:phases (modify-phases %standard-phases

I think you can benefit a little bit from using G-Expressions here:

(arguments
  (list #:phases
        #~(modify-phases %modify-phases
            ...)))

For example:

>+                      (let* ((awk (assoc-ref inputs "gawk"))
>+                             (awk (string-append awk "/bin/awk"))

Could be replaced by:

(let* ((awk (string-append #$gawk "/bin/awk"))))

Applies to others too. Could save some vertical space.

—
Jean-Pierre De Jesus DIAZ




  parent reply	other threads:[~2022-07-17 13:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15 18:17 [bug#56579] [PATCH] gnu: admin: Add fail2ban 0.11.2 muradm
2022-07-15 19:02 ` [bug#56579] [PATCH v2] " muradm
2022-07-15 20:25 ` [bug#56579] [PATCH v3] " muradm
2022-07-15 22:11   ` [bug#56579] [PATCH v4] " muradm
2022-07-17  2:30     ` [bug#56579] [PATCH v5] " muradm
2022-08-01 15:19       ` bug#56579: [PATCH] " Ludovic Courtès
2022-07-17 13:48 ` Jean Pierre De Jesus DIAZ via Guix-patches via [this message]
2022-07-17 16:13   ` [bug#56579] " muradm

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='sE5Pxddee_FMO-j1th3cmyr5VP6QpIXxaqEURcno3i7s_nY9lc8bWcxVZ7wxPc-rBPK6POdqtHLTAH3IU9yk4brE1GYbpRjrd284L5GRrYc=@jeandudey.tech' \
    --to=guix-patches@gnu.org \
    --cc=56579@debbugs.gnu.org \
    --cc=mail@muradm.net \
    --cc=me@jeandudey.tech \
    /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.