mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
502e70dd3e
commit
6c54a7c6fb
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ values for the purpose of fuzz testing.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:tests? #f ; source only package
|
||||||
#:import-path "github.com/google/pprof"
|
#:import-path "github.com/google/pprof"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue