guix-patches
[Top][All Lists]
Advanced

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

[bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.


From: Christopher Baines
Subject: [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
Date: Thu, 17 Nov 2022 12:08:29 +0000
User-agent: mu4e 1.8.11; emacs 28.2

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * 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

I skipped pushing this patch as while I think I get what you're doing,
this change doesn't involve using G-expressions. At least with my
understanding of Guile, nothing is really changing here.

Chris

Attachment: signature.asc
Description: PGP signature


reply via email to

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