diff options
-rw-r--r-- | gnu/packages/golang-check.scm | 1 |
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 |