gnu: go-go-uber-org-goleak: Enable tests.
* gnu/packages/golang.scm (go-go-uber-org-goleak) [arguments]: <#:tests?>: Enable them. [native-inputs]: Add go-github-com-stretchr-testify-next. [propagated-inputs]: Remove indirect golang modules: go-github-com-stretchr-testify, go-github-com-davecgh-go-spew, go-github-com-kr-pretty, go-github-com-pmezard-go-difflib, go-github-com-stretchr-testify, go-golang-org-x-lint, go-golang-org-x-tools, go-gopkg-in-check-v1; and go-gopkg-in-yaml-v3. Change-Id: I4fa1cf7ff9b9304c8ad0109381932e76ae389f62
This commit is contained in:
		
							parent
							
								
									e59360188f
								
							
						
					
					
						commit
						c1ff8e9efc
					
				
					 1 changed files with 3 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -8469,17 +8469,9 @@ Gemini clients and servers.")
 | 
			
		|||
                "1lpqw7ygffak8qki9i4vw8b99l25l8jrw8iwcplqsclk6fzkl24p"))))
 | 
			
		||||
    (build-system go-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:tests? #f
 | 
			
		||||
       #:import-path "go.uber.org/goleak"))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list go-github-com-davecgh-go-spew
 | 
			
		||||
           go-github-com-kr-pretty
 | 
			
		||||
           go-github-com-pmezard-go-difflib
 | 
			
		||||
           go-github-com-stretchr-testify
 | 
			
		||||
           go-golang-org-x-lint
 | 
			
		||||
           go-golang-org-x-tools
 | 
			
		||||
           go-gopkg-in-check-v1
 | 
			
		||||
           go-gopkg-in-yaml-v3))
 | 
			
		||||
     '(#:import-path "go.uber.org/goleak"))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list go-github-com-stretchr-testify-next))
 | 
			
		||||
    (home-page "https://go.uber.org/goleak")
 | 
			
		||||
    (synopsis "Goroutine leak detector")
 | 
			
		||||
    (description "Go package to verify that there are no unexpected goroutines
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue