guix-commits
[Top][All Lists]
Advanced

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

13/25: gnu: Add go-mvdan-cc-xurls.


From: guix-commits
Subject: 13/25: gnu: Add go-mvdan-cc-xurls.
Date: Mon, 6 Feb 2023 18:06:19 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 7938d68b6b2a804b48ab6799eab53630399f9c88
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:44:58 2023 -0700

    gnu: Add go-mvdan-cc-xurls.
    
    * gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/golang.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 248c7953f9..55d8794a5b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9835,6 +9835,20 @@ atomic access.")
 be used as both a binary and a library.")
     (license license:bsd-3)))
 
+(define-public go-mvdan-cc-xurls
+  (package
+    (inherit xurls)
+    (name "go-mvdan-cc-xurls")
+    (arguments
+     `(#:import-path "mvdan.cc/xurls"
+       #:tests? #f
+       #:install-source? #t
+       #:phases (modify-phases %standard-phases
+                  (delete 'build))))
+    (propagated-inputs (package-inputs xurls))
+    (native-inputs '())
+    (inputs '())))
+
 (define-public go-golang-org-x-lint
   (let ((commit "83fdc39ff7b56453e3793356bcff3070b9b96445")
         (revision "0"))



reply via email to

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