all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Suhail via Guix-patches via <guix-patches@gnu.org>
To: 66644@debbugs.gnu.org
Subject: [bug#66644] [PATCH master 2/3] gnu: tilda: Fix lint error by updating input list format for v1.5.4
Date: Fri, 20 Oct 2023 19:53:30 +0000	[thread overview]
Message-ID: <96a41987e7f8ac1a0b4a9c8695def8cbfc9ca011.1697747918.git.suhail@bayesians.ca> (raw)
In-Reply-To: <cover.1697744965.git.suhail@bayesians.ca>


* gnu/packages/terminals.scm (tilda)[native-inputs]: Use updated format.
---
 gnu/packages/terminals.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 0c06a42213..6d5bd8bff7 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -172,10 +172,7 @@ (define-public tilda
              (for-each make-file-writable (find-files "po" "."))
              #t)))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf automake gettext-minimal pkg-config))
     (inputs
      (list libconfuse vte))
     (synopsis "GTK+-based drop-down terminal")
-- 
2.42.0







  parent reply	other threads:[~2023-10-20 19:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-19 20:39 [bug#66644] [PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland) Suhail via Guix-patches via
2023-10-20 19:51 ` [bug#66644] [PATCH master 1/3] gnu: tilda: Add version 1.6-alpha with D-Bus support Suhail via Guix-patches via
2023-10-20 19:53 ` Suhail via Guix-patches via [this message]
2023-10-20 19:54 ` [bug#66644] [PATCH master 3/3] gnu: tilda: Run guix style on tilda@1.5.4 Suhail via Guix-patches via
2023-11-22 14:48 ` bug#66644: [PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland) 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=96a41987e7f8ac1a0b4a9c8695def8cbfc9ca011.1697747918.git.suhail@bayesians.ca \
    --to=guix-patches@gnu.org \
    --cc=66644@debbugs.gnu.org \
    --cc=suhail@bayesians.ca \
    /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.