mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add go-mvdan-cc-xurls.
* gnu/packages/golang.scm (go-mvdan-cc-xurls): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
cd51d1340c
commit
7938d68b6b
1 changed files with 14 additions and 0 deletions
|
@ -9835,6 +9835,20 @@ (define-public xurls
|
|||
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"))
|
||||
|
|
Loading…
Reference in a new issue