~ruther/guix-local

a72487a9ea621f2d9f926a1d50e3d68228f93896 — Sharlatan Hellseher 2 years ago 4c6861b
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 d86c93c9cbe5.

* gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]:
Add snippet deleting benchmarks files.

Change-Id: I86d878bd9cd5a24fb71c1cbbd698527a40e84f05
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +3 -1
@@ 655,7 655,9 @@ Encryption, JSON Web Signature, and JSON Web Token standards.")
             (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"))