mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: go-github-com-goccy-go-json: Revert source snippet
Reported by Hilton Chain <hako@ultrarare.space> in
<https://issues.guix.gnu.org/64916>. Introduced in commit d86c93c9cb
.
* gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]:
Add snippet deleting benchmarks files.
Change-Id: I86d878bd9cd5a24fb71c1cbbd698527a40e84f05
This commit is contained in:
parent
4c6861b630
commit
a72487a9ea
1 changed files with 3 additions and 1 deletions
|
@ -655,7 +655,9 @@ (define-public go-github-com-goccy-go-json
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8"))))
|
||||
(base32 "1krid2hlvs808jl9zmv7m6zx92samc60gymhwr2mwwykicwbnks8"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "benchmarks"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/goccy/go-json"))
|
||||
|
|
Loading…
Reference in a new issue