gnu: go-github-com-google-pprof: Fix build.

* gnu/packages/golang-check.scm (go-github-com-google-pprof)
[arguments]<tests?>: Disable as the package is source only and requires
github.com/chromedp/chromedp which is removed in a newer version.

Change-Id: I76637d4c57821345d9f6926092774dc6d8f0992e
This commit is contained in:
Sharlatan Hellseher 2024-12-15 12:34:34 +00:00
parent 502e70dd3e
commit 6c54a7c6fb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -564,6 +564,7 @@ values for the purpose of fuzz testing.")
(build-system go-build-system)
(arguments
(list
#:tests? #f ; source only package
#:import-path "github.com/google/pprof"
#:phases
#~(modify-phases %standard-phases