diff options
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index c97d775fff..210d17b997 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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")) |