guix-patches
[Top][All Lists]
Advanced

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

[bug#60911] [PATCH 13/25] gnu: Add go-mvdan-cc-xurls.


From: (
Subject: [bug#60911] [PATCH 13/25] gnu: Add go-mvdan-cc-xurls.
Date: Mon, 06 Feb 2023 22:34:47 +0000

* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable.

> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm

> @@ -9792,6 +9792,20 @@ (define-public xurls

> +    (arguments
> +     `(#:import-path "mvdan.cc/xurls"
> +       #:tests? #f
> +       #:install-source? #t
> +       #:phases (modify-phases %standard-phases
> +                  (delete 'build))))

Agh, I didn't read this before the previous patch :)  I'm not sure whether you
could simplify their arguments, but I suspect you can; could you please have a
go?

    -- (

Attachment: signature.asc
Description: PGP signature


reply via email to

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