summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-22 16:15:38 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:15 +0000
commit6ff5590fb7dfe91823be6f0959368ac0e9e1869a (patch)
treea2ec60d837caeacf08a07d180fa29a52ad9ad8ab /gnu/packages/golang-check.scm
parent49cd3234e12127153eadfbd72e7d1d2054a1cb46 (diff)
gnu: go-pprof: Disable tests, fix build.
* gnu/packages/golang-check.scm (go-pprof): Disable tests. Change-Id: I2543b0c9b0e56adec33f86710d070ec6b0efcd98
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r--gnu/packages/golang-check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 9d2bf38a74..32f5b8a812 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -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