mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-pprof: Disable tests, fix build.
* gnu/packages/golang-check.scm (go-pprof): Disable tests. Change-Id: I2543b0c9b0e56adec33f86710d070ec6b0efcd98
This commit is contained in:
parent
49cd3234e1
commit
6ff5590fb7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue