GNU bug report logs -
#59294
[PATCH 0/2] Update httpie to 3.2.1.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Wed, 16 Nov 2022 01:57:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.