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 @@ atomic access.")
 | 
				
			||||||
be used as both a binary and a library.")
 | 
					be used as both a binary and a library.")
 | 
				
			||||||
    (license license:bsd-3)))
 | 
					    (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
 | 
					(define-public go-golang-org-x-lint
 | 
				
			||||||
  (let ((commit "83fdc39ff7b56453e3793356bcff3070b9b96445")
 | 
					  (let ((commit "83fdc39ff7b56453e3793356bcff3070b9b96445")
 | 
				
			||||||
        (revision "0"))
 | 
					        (revision "0"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue