diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-15 12:34:34 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:41:58 +0000 |
commit | 6c54a7c6fbe1d0e36ba02c0833a89f8a8ec64574 (patch) | |
tree | fc51228cd36a5b2f404ae142af525a5e6b01cd18 /gnu/packages/golang-check.scm | |
parent | 502e70dd3ea58cf6a5ddcd0dfca84e8b463e2c21 (diff) |
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-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 4d445f6209..4f46138e54 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -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 |