gnu: go-pprof: Disable tests, fix build.

* gnu/packages/golang-check.scm (go-pprof): Disable tests.

Change-Id: I2543b0c9b0e56adec33f86710d070ec6b0efcd98
This commit is contained in:
Sharlatan Hellseher 2024-12-22 16:15:38 +00:00
parent 49cd3234e1
commit 6ff5590fb7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2147,6 +2147,7 @@ without needing to use a tool like Wireshark.")))
(name "go-pprof")
(arguments
(list
#:tests? #f
#:install-source? #f
#:import-path "github.com/google/pprof"))
(description