unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 59294@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
Date: Tue, 15 Nov 2022 21:00:18 -0500	[thread overview]
Message-ID: <20221116020018.22337-2-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221116015616.21261-1-kiasoc5@disroot.org>

* gnu/packages/python-web.scm (httpie)[arguments]: Use G-expressions.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 00a848610e..6d9ebd928e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -964,7 +964,7 @@ (define-public httpie
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run them.
-     '(#:tests? #f))
+     (list #:tests? #f))
     (propagated-inputs
      (list python-colorama
            python-pygments
-- 
2.38.1





  parent reply	other threads:[~2022-11-16  2:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16  1:56 [bug#59294] [PATCH 0/2] Update httpie to 3.2.1 kiasoc5 via Guix-patches via
2022-11-16  2:00 ` [bug#59294] [PATCH 1/2] gnu: httpie: Update " kiasoc5 via Guix-patches via
2022-11-17 12:08   ` bug#59294: " Christopher Baines
2022-11-16  2:00 ` kiasoc5 via Guix-patches via [this message]
2022-11-17 12:08   ` [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions Christopher Baines

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221116020018.22337-2-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59294@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).